Skip to content

Commit 4cc099a

Browse files
committed
chore(pkgs/zkvms): Update all to latest version (2025-02-20)
1 parent 29b3684 commit 4cc099a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

packages/sp1-rust/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}:
88
stdenv.mkDerivation rec {
99
name = "sp1-rust";
10-
version = "1.81.0";
10+
version = "1.82.0";
1111

1212
nativeBuildInputs = [
1313
autoPatchelfHook
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
2727
repo = "rust";
2828
tag = "v${version}";
2929
asset = "rust-toolchain-x86_64-unknown-linux-gnu.tar.gz";
30-
hash = "sha256-aj55nDtUhD1A6y5jsZDw6B/2RaK5yjvIyZdn8LC65UY=";
30+
hash = "sha256-3Vs11CLDXaxAJuP/UsWeznJjjsNvVZqKIra5KzldoIk=";
3131
};
3232
}

packages/sp1/default.nix

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
rust-bin,
2+
sp1-rust,
33
craneLib-nightly,
44
fetchFromGitHub,
55
fetchGitHubFile,
@@ -11,7 +11,7 @@
1111
let
1212
commonArgs = rec {
1313
pname = "sp1";
14-
version = "unstable-2025-02-19";
14+
version = "unstable-2025-02-20";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -21,17 +21,13 @@ let
2121
src = fetchFromGitHub {
2222
owner = "succinctlabs";
2323
repo = "sp1";
24-
rev = "9aa8e1c01950102723e8923f05ef368dd2db8333";
25-
hash = "sha256-kJlEHQCgIL+cj2sXdVmxrrK4xKXVg27kchm1PphRyxQ=";
24+
rev = "7864c6637d1e4c472d8c58ebf6e3b62c801d3ebe";
25+
hash = "sha256-El3Z/YjIKn1VPELQAO9sjGpF2qxmjjE9ywMtUaiiYvs=";
2626
fetchSubmodules = true;
2727
};
2828
};
2929

30-
rust-toolchain = rust-bin.fromRustupToolchainFile (fetchGitHubFile {
31-
inherit (commonArgs.src) owner repo rev;
32-
file = "rust-toolchain";
33-
hash = "sha256-AHwqAJB2brSXfzVVrQoFknsfoid2unlwGKvqdpsdOmk=";
34-
});
30+
rust-toolchain = sp1-rust;
3531
craneLib = craneLib-nightly.overrideToolchain rust-toolchain;
3632
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
3733
in

0 commit comments

Comments
 (0)