Skip to content

Commit 5ad004b

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-03-10)
1 parent 12c4244 commit 5ad004b

File tree

5 files changed

+608
-245
lines changed

5 files changed

+608
-245
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-03-05";
15+
version = "unstable-2025-03-07";
1616

1717
nativeBuildInputs = [
1818
pkg-config
@@ -26,8 +26,8 @@ let
2626
src = fetchFromGitHub {
2727
owner = "a16z";
2828
repo = "jolt";
29-
rev = "ad83ce7d998d14440ccfb449822cb65ace808de6";
30-
hash = "sha256-MZ7S6w3i2Z0u2DY3tv3u3PncAWcKKeGIO71oLUt8PqU=";
29+
rev = "b22e78773cb84817137a510fc0fe06ffa928d138";
30+
hash = "sha256-8i6xhfHCGUwfrc0vMG2wxl1dELxuT+4JC7Z+x7ZjE10=";
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-03-06";
29+
version = "unstable-2025-03-08";
3030

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "c6a157b76933908b14886bd1d9f45feabacb703c";
42-
hash = "sha256-+hVceN8E/PFysv+lPbPht754ejMVzhJcHY5jJC8GwIw=";
41+
rev = "22c8cdb7280a1b871c559549d22c72d133007b62";
42+
hash = "sha256-fsSjLnNcgrDCC3w09hzwroNJT2fP2C7ol1aZFt7sqaE=";
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-03-06";
14+
version = "unstable-2025-03-08";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -21,8 +21,8 @@ let
2121
src = fetchFromGitHub {
2222
owner = "succinctlabs";
2323
repo = "sp1";
24-
rev = "9f202bf603b3cab5b7c9db0e8cf5524a3428fbee";
25-
hash = "sha256-RpllsIlrGyYw6dInN0tTs7K1y4FiFmrxFSyt3/Xelkg=";
24+
rev = "be8019b485a711ccfc908ac19265f0efaf8e099a";
25+
hash = "sha256-ET4P0OM4GdM1ckaK3Erpm1UCjWK9tiUwuioSaD6oWtU=";
2626
fetchSubmodules = true;
2727
};
2828
};

0 commit comments

Comments
 (0)