opensbi: 1.3 -> 1.3.1

https://github.com/riscv-software-src/opensbi/compare/v1.3...v1.3.1
This commit is contained in:
rewine 2023-07-19 22:05:14 +08:00
parent 9f57f0f31d
commit c64b665672
No known key found for this signature in database
GPG key ID: AABB329787290824

View file

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