Unverified Commit d3185b8a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #244355 from wineee/opensbi

opensbi: 1.3 -> 1.3.1
parents 77d19894 c64b6656
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "opensbi";
  version = "1.3";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "riscv-software-src";
    repo = "opensbi";
    rev = "v${version}";
    sha256 = "sha256-Dr16fVUGLYGnGYHkjAyqpJxt8p95F0CJIU9ESGWKGWo=";
    hash = "sha256-JNkPvmKYd5xbGB2lsZKWrpI6rBIckWbkLYu98bw7+QY=";
  };

  postPatch = ''