opensbi: 1.6 -> 1.8.1

Diff: https://github.com/riscv-software-src/opensbi/compare/v1.6...v1.8.1
This commit is contained in:
Miguel Landaeta
2026-03-13 18:54:46 +00:00
parent 1771826f36
commit 4e4aa69c22
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opensbi";
version = "1.6";
version = "1.8.1";
src = fetchFromGitHub {
owner = "riscv-software-src";
repo = "opensbi";
tag = "v${finalAttrs.version}";
hash = "sha256-X3j+4hdNDq36O/vFdlnd/QvDVIkXtvFbheFaZwf4GQY=";
hash = "sha256-nD22UZfH0rJECHMDwd9ATyLz44cFHqcFH7N6piK8hog=";
};
postPatch = ''