opensbi: 1.5 -> 1.5.1

Diff: https://github.com/riscv-software-src/opensbi/compare/v1.5...v1.5.1
This commit is contained in:
Nick Cao 2024-09-18 14:19:21 -04:00
parent b96572e6bc
commit 072c1bc15c
No known key found for this signature in database

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "opensbi";
version = "1.5";
version = "1.5.1";
src = fetchFromGitHub {
owner = "riscv-software-src";
repo = "opensbi";
rev = "v${version}";
hash = "sha256-vK14P97FcaVz4GDr/0055Z6s/k7BPKPQGZ/MQxbOWu0=";
hash = "sha256-qb3orbmZJtesIBj9F2OX+BhrlctymZA1ZIbV/GVa0lU=";
};
postPatch = ''