opensbi: 1.2 -> 1.3

Diff: https://github.com/riscv-software-src/opensbi/compare/v1.2...v1.3
This commit is contained in:
Nick Cao 2023-07-02 08:46:01 +08:00
parent f78d374962
commit ff017b9952
No known key found for this signature in database

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "opensbi";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "riscv-software-src";
repo = "opensbi";
rev = "v${version}";
sha256 = "sha256-Zcl+SE2nySMycV/ozsl4AvGipRsMblA5mt3oVZ81Z44=";
sha256 = "sha256-Dr16fVUGLYGnGYHkjAyqpJxt8p95F0CJIU9ESGWKGWo=";
};
postPatch = ''