Skip to content

Commit 4d3e460

Browse files
SyndamiaPetarKirov
authored andcommitted
chore(pkgs/zkvms): Update all to latest version (2025-02-21)
1 parent 5118771 commit 4d3e460

File tree

3 files changed

+11
-11
lines changed

3 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-12";
15+
version = "unstable-2025-02-20";
1616

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

packages/risc0/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ let
1717
# https://github.com/risc0/risc0/blob/main/risc0/circuit/recursion/build.rs
1818
recursion-zkr =
1919
let
20-
hash' = "4c67e5fe48c6db03df9518911067685542fecf0a54d5c6e3efd16e943c62a2cf";
20+
hash' = "1b80b77894fbd489262e327478d02e83262c4bf189b0873fda3f0c85cdbfc8d1";
2121
in
2222
fetchurl rec {
2323
url = "https://risc0-artifacts.s3.us-west-2.amazonaws.com/zkr/${hash'}.zip";
24-
hash = "sha256-TGfl/kjG2wPflRiREGdoVUL+zwpU1cbj79FulDxios8=";
24+
hash = "sha256-G4C3eJT71IkmLjJ0eNAugyYsS/GJsIc/2j8Mhc2/yNE=";
2525
};
2626

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

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

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-02-11";
14+
version = "unstable-2025-02-20";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -24,8 +24,8 @@ let
2424
src = fetchFromGitHub {
2525
owner = "zkMIPS";
2626
repo = "zkm";
27-
rev = "262318f7f4bfe3425f1da143e85980bbeac1a90c";
28-
hash = "sha256-A6TSt4Woum2IO3mkxLHAo5EoMk+axHrFQc/XIJQLtms=";
27+
rev = "98a1a4e1a0dbb447f8ba4619627ed8888098e4bf";
28+
hash = "sha256-oNdrN1BD6u2f8oimKEnJnEgHhweh12Hw8yPD3juyQbc=";
2929
};
3030
};
3131

0 commit comments

Comments
 (0)