File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 33 fetchurl ,
44 fetchFromGitHub ,
55 installSourceAndCargo ,
6+ autoPatchelfHook ,
67 pkg-config ,
78 openssl ,
8- autoPatchelfHook ,
99 ...
1010} :
1111let
1212 recursion-zkr = let
1313 hash' = "ffc503386276f809137161f18d2f3ddcba3bb4b2d8b5d893b2c5d94b35afaf47" ;
14- in fetchurl rec {
15- url = "https://risc0-artifacts.s3.us-west-2.amazonaws.com/zkr/${ hash' } .zip" ;
16- hash = "sha256-/8UDOGJ2+AkTcWHxjS893Lo7tLLYtdiTssXZSzWvr0c=" ;
17- } ;
14+ in
15+ fetchurl rec {
16+ url = "https://risc0-artifacts.s3.us-west-2.amazonaws.com/zkr/${ hash' } .zip" ;
17+ hash = "sha256-/8UDOGJ2+AkTcWHxjS893Lo7tLLYtdiTssXZSzWvr0c=" ;
18+ } ;
1819
1920 commonArgs = rec {
2021 pname = "risc0" ;
2122 version = "unstable-2024-12-12" ;
2223
2324 nativeBuildInputs = [
25+ autoPatchelfHook
2426 pkg-config
2527 openssl
26- autoPatchelfHook
2728 ] ;
2829
2930 src = fetchFromGitHub {
You can’t perform that action at this time.
0 commit comments