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 58e017e commit a51ade7Copy full SHA for a51ade7
packages/risc0/default.nix
@@ -26,7 +26,7 @@ let
26
27
commonArgs = rec {
28
pname = "risc0";
29
- version = "unstable-2025-02-25";
+ version = "unstable-2025-02-26";
30
31
nativeBuildInputs = [
32
autoPatchelfHook
@@ -38,8 +38,8 @@ let
38
src = fetchFromGitHub {
39
owner = "risc0";
40
repo = "risc0";
41
- rev = "46309f7d111fb0a76322a7bdbcf6be96b73432cc";
42
- hash = "sha256-B0H059/8mUbnptZPpQOXt7Ygad5aGSZ3PAqhTkvCSIw=";
+ rev = "42f5b47bc01cd7eb1e63948ee923780d0b350d94";
+ hash = "sha256-Q/P6xn8vmUnFBp957nMdN+2VnUn8LzpHVvNygizEBiE=";
43
};
44
45
0 commit comments