Skip to content

Commit a2ef192

Browse files
SyndamiaPetarKirov
authored andcommitted
feat(pkgs/zkvms): Update all to latest version (2025-03-11)
1 parent 9b269ce commit a2ef192

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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-08";
29+
version = "unstable-2025-03-10";
3030

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

1616
nativeBuildInputs = [
1717
pkg-config
@@ -21,8 +21,8 @@ let
2121
src = fetchFromGitHub {
2222
owner = "succinctlabs";
2323
repo = "sp1";
24-
rev = "be8019b485a711ccfc908ac19265f0efaf8e099a";
25-
hash = "sha256-ET4P0OM4GdM1ckaK3Erpm1UCjWK9tiUwuioSaD6oWtU=";
24+
rev = "342422d99bd9b68aee718b70a53446dfe7ee3f3a";
25+
hash = "sha256-z3PbRb3Oj2+GCXnnM3EBVP9+oZU7C6o3mwRpjN2z7gU=";
2626
fetchSubmodules = true;
2727
};
2828
};

packages/zkm/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 = "zkm";
14-
version = "unstable-2025-03-09";
14+
version = "unstable-2025-03-10";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -24,8 +24,8 @@ let
2424
src = fetchFromGitHub {
2525
owner = "zkMIPS";
2626
repo = "zkm";
27-
rev = "578779db12e080ea2868aea57957ae879c6bb909";
28-
hash = "sha256-2UMhD55LOs5pkIpXUQFte/6NYfYiZNPGiOWQr2m+JhQ=";
27+
rev = "19251b0488c56305d719bbdecf934c68c9485d59";
28+
hash = "sha256-UsAoqg7pmFYZLx7iV7eMQn0NGgfJ8cOezOFoa8oB2w8=";
2929
};
3030
};
3131

0 commit comments

Comments
 (0)