Skip to content

Commit a2c880a

Browse files
authored
chore(pkgs/zkvms): Update all to latest version (2025-02-28)
* chore(pkgs/zkvms): Update all to latest version (2025-02-24) * chore(pkgs/zkvms): Update all to latest version (2025-02-25) * chore(pkgs/zkvms): Update all to latest version (2025-02-26) * chore(pkgs/zkvms): Update all to latest version (2025-02-27) * chore(pkgs/zkvms): Update all to latest version (2025-02-28)
1 parent 4d3e460 commit a2c880a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

packages/jolt/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
let
1313
commonArgs = rec {
1414
pname = "jolt";
15-
version = "unstable-2025-02-20";
15+
version = "unstable-2025-02-27";
1616

1717
nativeBuildInputs = [
1818
pkg-config
@@ -26,8 +26,8 @@ let
2626
src = fetchFromGitHub {
2727
owner = "a16z";
2828
repo = "jolt";
29-
rev = "dae559d08f350797b93747b4a0c7dfa0baef9649";
30-
hash = "sha256-HR0bP4troWGZTDCh4IU/D8kJAubbNGCKCMboialVNrk=";
29+
rev = "170ae18f8f148e0247cfab60f6df356e9685223a";
30+
hash = "sha256-fA2AUBQb9kLPIc0pG2yVZeOnNkTQoXL86v4421ccr6Q=";
3131
fetchSubmodules = true;
3232
};
3333
};

packages/risc0/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let
2626

2727
commonArgs = rec {
2828
pname = "risc0";
29-
version = "unstable-2025-02-21";
29+
version = "unstable-2025-02-27";
3030

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "15590205746162addbb6df2269a337883a57092d";
42-
hash = "sha256-sgQ714cpbBPsUXKi9Wx9u+8DvFFEoETaaWRW259O5DA=";
41+
rev = "7177bc1f90006eb4d62bf0a8ca6777531de30ba1";
42+
hash = "sha256-nqKb8E8H7OSkBxndsP6iSJg1Xv2zqDpAD8MftwfCrQE=";
4343
};
4444
};
4545

packages/sp1/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let
1212
commonArgs = rec {
1313
pname = "sp1";
14-
version = "unstable-2025-02-19";
14+
version = "unstable-2025-02-27";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -21,8 +21,8 @@ let
2121
src = fetchFromGitHub {
2222
owner = "succinctlabs";
2323
repo = "sp1";
24-
rev = "7864c6637d1e4c472d8c58ebf6e3b62c801d3ebe";
25-
hash = "sha256-El3Z/YjIKn1VPELQAO9sjGpF2qxmjjE9ywMtUaiiYvs=";
24+
rev = "a47c7fba9c0e2b0192c4fbd89f587a3de3c8f5c7";
25+
hash = "sha256-ldSPdNlEH4Mu2prS+4oTRBEXa/AnSHfsTYkMy5/qRxg=";
2626
fetchSubmodules = true;
2727
};
2828
};

packages/zkm-rust/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99
stdenv.mkDerivation rec {
1010
name = "zkm-rust";
11-
version = "20250108";
11+
version = "20250224";
1212

1313
nativeBuildInputs = [
1414
autoPatchelfHook
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
2929
repo = "toolchain";
3030
tag = "${version}";
3131
asset = "rust-toolchain-x86-64-unknown-linux-gnu-${version}.tar.xz";
32-
hash = "sha256-lPSAKd9eolXBd32sXB9qhs+fUPJLJ5QROG6P3wS5uik=";
32+
hash = "sha256-smQXVZY7CqfWKyEj41V+jJGnfu/K+JL6t93LVwLOu4I=";
3333
};
3434
}

0 commit comments

Comments
 (0)