lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #244355 from wineee/opensbi

opensbi: 1.3 -> 1.3.1

authored by

Nick Cao and committed by
GitHub
d3185b8a 77d19894

+2 -2
+2 -2
pkgs/misc/opensbi/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "opensbi"; 12 - version = "1.3"; 12 + version = "1.3.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "riscv-software-src"; 16 16 repo = "opensbi"; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-Dr16fVUGLYGnGYHkjAyqpJxt8p95F0CJIU9ESGWKGWo="; 18 + hash = "sha256-JNkPvmKYd5xbGB2lsZKWrpI6rBIckWbkLYu98bw7+QY="; 19 19 }; 20 20 21 21 postPatch = ''