Skip to content

Commit b04830a

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-02-25)
1 parent cc04689 commit b04830a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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-02-22";
29+
version = "unstable-2025-02-25";
3030

3131
nativeBuildInputs = [
3232
autoPatchelfHook
@@ -38,8 +38,8 @@ let
3838
src = fetchFromGitHub {
3939
owner = "risc0";
4040
repo = "risc0";
41-
rev = "7092766272763032dc3a64d1b2984b0161affaa0";
42-
hash = "sha256-/NecQWVjfhKQh5QO/Hqt/2rWE+i92rd8ZCrZP9XL9yE=";
41+
rev = "46309f7d111fb0a76322a7bdbcf6be96b73432cc";
42+
hash = "sha256-B0H059/8mUbnptZPpQOXt7Ygad5aGSZ3PAqhTkvCSIw=";
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-22";
14+
version = "unstable-2025-02-24";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -21,8 +21,8 @@ let
2121
src = fetchFromGitHub {
2222
owner = "succinctlabs";
2323
repo = "sp1";
24-
rev = "56c4861bdcb8460d0b6dbe64363484b47ceb3782";
25-
hash = "sha256-Fw55sZvtK16ykYnRzixp0QA3v9g3JnL0h58itBA0Gbc=";
24+
rev = "595cf0ea29b515bdf2e471a4afdcecafcfbc033f";
25+
hash = "sha256-7SJeFLSAZBL5VZ27rM94OKWyaCLsWACclRR7ZD+6++c=";
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)