File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 ...
1010} :
1111let
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
1921
2022 commonArgs = rec {
2123 pname = "risc0" ;
22- version = "unstable-2024-12-12 " ;
24+ version = "unstable-2024-12-21 " ;
2325
2426 nativeBuildInputs = [
2527 autoPatchelfHook
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
You can’t perform that action at this time.
0 commit comments