Skip to content

Commit 9d3e53f

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-02-14)
Only RISC0 had updates.
1 parent 36accbd commit 9d3e53f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/all-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
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/

packages/risc0/default.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
autoPatchelfHook,
1010
pkg-config,
1111
openssl,
12+
stdenv,
1213
...
1314
}:
1415
let
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 {
@@ -31,13 +32,14 @@ let
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

0 commit comments

Comments
 (0)