Skip to content

Commit 15bdcaa

Browse files
rapidsnark: 2023-03-08 -> 0-unstable-2023-03-08
Diff: PetarKirov/rapidsnark@fix/prover/macos-build...8b25424
1 parent 7e8cb9c commit 15bdcaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/rapidsnark/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ let
1414
in
1515
stdenv.mkDerivation rec {
1616
pname = "rapidsnark";
17-
version = "2023-03-08";
17+
version = "0-unstable-2023-03-08";
1818

1919
src = fetchFromGitHub {
2020
owner = "PetarKirov";
2121
repo = "rapidsnark";
22-
rev = "fix/prover/macos-build";
23-
hash = "sha256-nLKy1zTeiIIZFFnEGhO3yFysQrJqe1VZOAMaBNxPMqY=";
22+
rev = "8b254247fd34b523c79ec1b582a4402343bc8094";
23+
hash = "sha256-IqQ/Rc1l5MzFeoIjxRz9Oj6uzElAe6hEbhE97+3Ct4c=";
2424
};
2525

2626
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)