We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac9b3a commit ec25bfaCopy full SHA for ec25bfa
packages/risc0/default.nix
@@ -26,7 +26,7 @@ let
26
27
commonArgs = rec {
28
pname = "risc0";
29
- version = "unstable-2025-03-01";
+ version = "unstable-2025-03-05";
30
31
nativeBuildInputs = [
32
autoPatchelfHook
@@ -38,8 +38,8 @@ let
38
src = fetchFromGitHub {
39
owner = "risc0";
40
repo = "risc0";
41
- rev = "c68360f7e9089a6beddfe2ca4c954afbd6041a84";
42
- hash = "sha256-yg8AVkDWCAhLnMEKfYSdRI7FehwxQXAsp5JDZWmH1oc=";
+ rev = "72e272696bf890ec227ec0f24c43eebd0168d26d";
+ hash = "sha256-9v8Qa9OGnIKN4seZ/n/Ramd5uMayOdVKskeuV5aIdPw=";
43
};
44
45
0 commit comments