Skip to content

Commit 95b580c

Browse files
SyndamiaPetarKirov
authored andcommitted
chore(pkgs/zkvms): Update all to latest version (2025-03-06)
1 parent b7ab6b1 commit 95b580c

File tree

2 files changed

+6
-6
lines changed

2 files changed

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

1717
nativeBuildInputs = [
1818
pkg-config
@@ -26,8 +26,8 @@ let
2626
src = fetchFromGitHub {
2727
owner = "a16z";
2828
repo = "jolt";
29-
rev = "ba28fea5e7909477a28f3bd426c5bd423c288291";
30-
hash = "sha256-Ir4qp51P6u40/hJW2VQ+AeCQHsYcQ8f5WmQreI7r3KE=";
29+
rev = "ad83ce7d998d14440ccfb449822cb65ace808de6";
30+
hash = "sha256-MZ7S6w3i2Z0u2DY3tv3u3PncAWcKKeGIO71oLUt8PqU=";
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-05";
29+
version = "unstable-2025-03-06";
3030

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "72e272696bf890ec227ec0f24c43eebd0168d26d";
42-
hash = "sha256-9v8Qa9OGnIKN4seZ/n/Ramd5uMayOdVKskeuV5aIdPw=";
41+
rev = "c6a157b76933908b14886bd1d9f45feabacb703c";
42+
hash = "sha256-+hVceN8E/PFysv+lPbPht754ejMVzhJcHY5jJC8GwIw=";
4343
};
4444
};
4545

0 commit comments

Comments
 (0)