File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 161161 installPhaseCommand = ''
162162 mkdir -p "$out"/bin
163163 # Install source code
164+ rm -r target/release/deps
164165 cp -r /build/source/. "$out"
165166 # Install cargo commands
166167 ln -s "${ rust-toolchain } "/bin/* "$out"/bin/
Original file line number Diff line number Diff line change 99 autoPatchelfHook ,
1010 pkg-config ,
1111 openssl ,
12+ stdenv ,
1213 ...
1314} :
1415let
1516 # Value from "SHA256_HASH" constant here:
1617 # https://github.com/risc0/risc0/blob/main/risc0/circuit/recursion/build.rs
1718 recursion-zkr =
1819 let
19- hash' = "a1a9a1938e3143aecd995b8f20a93f3e1efb31d8b276dfa59acb9401bd2b36be " ;
20+ hash' = "4c67e5fe48c6db03df9518911067685542fecf0a54d5c6e3efd16e943c62a2cf " ;
2021 in
2122 fetchurl rec {
2223 url = "https://risc0-artifacts.s3.us-west-2.amazonaws.com/zkr/${ hash' } .zip" ;
23- hash = "sha256-oamhk44xQ67NmVuPIKk/Ph77Mdiydt+lmsuUAb0rNr4 =" ;
24+ hash = "sha256-TGfl/kjG2wPflRiREGdoVUL+zwpU1cbj79FulDxios8 =" ;
2425 } ;
2526
2627 commonArgs = rec {
3132 autoPatchelfHook
3233 pkg-config
3334 openssl
35+ stdenv . cc . cc . lib
3436 ] ;
3537
3638 src = fetchFromGitHub {
3739 owner = "risc0" ;
3840 repo = "risc0" ;
39- rev = "26078902cb460ed6c0740132887c5e33c91777cb " ;
40- hash = "sha256-6L68FEhXcCaH3g1rC2Hlo606cxLc8JLu1HzX1gDYLZc =" ;
41+ rev = "87a82961b99ff8d98b99825425f6d77557b8d362 " ;
42+ hash = "sha256-stl7s7FGy35NvWlPRweFhOSHq5U9Ov5fuzBg3KVx+uY =" ;
4143 } ;
4244 } ;
4345
You can’t perform that action at this time.
0 commit comments