Skip to content

Commit b5d0bfa

Browse files
committed
feat(pkgs/risc0): Update to latest version (2024-12-21)
1 parent 3cd2dd3 commit b5d0bfa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/risc0/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
...
1010
}:
1111
let
12+
# Value from "SHA256_HASH" constant here:
13+
# https://github.com/risc0/risc0/blob/main/risc0/circuit/recursion/build.rs
1214
recursion-zkr = let
1315
hash' = "ffc503386276f809137161f18d2f3ddcba3bb4b2d8b5d893b2c5d94b35afaf47";
1416
in
@@ -19,7 +21,7 @@ let
1921

2022
commonArgs = rec {
2123
pname = "risc0";
22-
version = "unstable-2024-12-12";
24+
version = "unstable-2024-12-21";
2325

2426
nativeBuildInputs = [
2527
autoPatchelfHook
@@ -30,8 +32,8 @@ let
3032
src = fetchFromGitHub {
3133
owner = "risc0";
3234
repo = "risc0";
33-
rev = "b33c13fd22f9a07afa11edc969c56aad22dcbd53";
34-
hash = "sha256-cCqEum/HU0cGIxm2V3cPirRM5H1eDWuiaR1sGAzuPTk=";
35+
rev = "3e042891fbad365fb1db7b17bd4afbb5e6fea99e";
36+
hash = "sha256-wX8d44eGq1VxWMAduqPs8IMRMhcKcLuKKFhnRSQZeBc=";
3537
};
3638
};
3739

0 commit comments

Comments
 (0)