We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8cb9c commit 15bdcaaCopy full SHA for 15bdcaa
packages/rapidsnark/default.nix
@@ -14,13 +14,13 @@ let
14
in
15
stdenv.mkDerivation rec {
16
pname = "rapidsnark";
17
- version = "2023-03-08";
+ version = "0-unstable-2023-03-08";
18
19
src = fetchFromGitHub {
20
owner = "PetarKirov";
21
repo = "rapidsnark";
22
- rev = "fix/prover/macos-build";
23
- hash = "sha256-nLKy1zTeiIIZFFnEGhO3yFysQrJqe1VZOAMaBNxPMqY=";
+ rev = "8b254247fd34b523c79ec1b582a4402343bc8094";
+ hash = "sha256-IqQ/Rc1l5MzFeoIjxRz9Oj6uzElAe6hEbhE97+3Ct4c=";
24
};
25
26
nativeBuildInputs = [ pkg-config ];
0 commit comments