File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 77} :
88stdenv . 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}
Original file line number Diff line number Diff line change 11{
2- rust-bin ,
2+ sp1-rust ,
33 craneLib-nightly ,
44 fetchFromGitHub ,
55 fetchGitHubFile ,
1111let
1212 commonArgs = rec {
1313 pname = "sp1" ;
14- version = "unstable-2025-02-19 " ;
14+ version = "unstable-2025-02-20 " ;
1515
1616 nativeBuildInputs = [
1717 pkg-config
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 ;
3733in
You can’t perform that action at this time.
0 commit comments