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 9d3e53f commit b7f6f10Copy full SHA for b7f6f10
packages/risc0/default.nix
@@ -26,7 +26,7 @@ let
26
27
commonArgs = rec {
28
pname = "risc0";
29
- version = "unstable-2025-02-12";
+ version = "unstable-2025-02-14";
30
31
nativeBuildInputs = [
32
autoPatchelfHook
@@ -38,8 +38,8 @@ let
38
src = fetchFromGitHub {
39
owner = "risc0";
40
repo = "risc0";
41
- rev = "87a82961b99ff8d98b99825425f6d77557b8d362";
42
- hash = "sha256-stl7s7FGy35NvWlPRweFhOSHq5U9Ov5fuzBg3KVx+uY=";
+ rev = "0181c41119cf14e3f0f302e5ede1f20f6a1f81ce";
+ hash = "sha256-BbTB00HtIFOChShirHXLjZoCd1jHlcCv4M4XsCB1TCA=";
43
};
44
45
0 commit comments