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

Merge pull request #323609 from NickCao/opensbi

opensbi: 1.4 -> 1.5
parents 0e929ed2 2d1ae120
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.4";
  version = "1.5";

  src = fetchFromGitHub {
    owner = "riscv-software-src";
    repo = "opensbi";
    rev = "v${version}";
    hash = "sha256-T8ZeAzjM9aeTXitjE7s+m+jjGGtDo2jK1qO5EuKiVLU=";
    hash = "sha256-vK14P97FcaVz4GDr/0055Z6s/k7BPKPQGZ/MQxbOWu0=";
  };

  postPatch = ''