Merge pull request #323609 from NickCao/opensbi

opensbi: 1.4 -> 1.5
This commit is contained in:
Nick Cao 2024-07-11 08:59:38 -04:00 committed by GitHub
commit 9c7fcf487f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''