Skip to content

Commit c6d9ea0

Browse files
sp1: unstable-2025-03-10 -> 4.1.7-unstable-2025-04-03
Diff: succinctlabs/sp1@342422d...8e8d6c6
1 parent a6eb771 commit c6d9ea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/sp1/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let
1111
commonArgs = rec {
1212
pname = "sp1";
13-
version = "unstable-2025-03-10";
13+
version = "4.1.7-unstable-2025-04-03";
1414

1515
nativeBuildInputs = [
1616
pkg-config
@@ -20,8 +20,8 @@ let
2020
src = fetchFromGitHub {
2121
owner = "succinctlabs";
2222
repo = "sp1";
23-
rev = "342422d99bd9b68aee718b70a53446dfe7ee3f3a";
24-
hash = "sha256-z3PbRb3Oj2+GCXnnM3EBVP9+oZU7C6o3mwRpjN2z7gU=";
23+
rev = "8e8d6c667a4f7f41b2e695885f6a6d224ae3a459";
24+
hash = "sha256-X364Zwnt0Rq/ETNWTNtL8QbtHdLnnjZRaEThXSb9bnw=";
2525
fetchSubmodules = true;
2626
};
2727
};

0 commit comments

Comments
 (0)