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 96013e4 commit 56873b6Copy full SHA for 56873b6
packages/circom_runtime/default.nix
@@ -2,15 +2,15 @@
2
with pkgs;
3
buildNpmPackage rec {
4
pname = "circom_runtime";
5
- version = "0.1.24";
+ version = "0.1.28";
6
src = fetchFromGitHub {
7
owner = "iden3";
8
repo = "circom_runtime";
9
rev = "v${version}";
10
- hash = "sha256-iC6kqVn1ixJlcuf+t2wbC+0/sCcXGvSRfuheLiW0Egs=";
+ hash = "sha256-iC34UChMczv3lPUNY+coHEBNMnzgegFr6KqDz9A8+24=";
11
};
12
13
- npmDepsHash = "sha256-LvgKNazeoS7FcsjFDHnA9ZLePOesFu6eeEWDRGQRPLE=";
+ npmDepsHash = "sha256-GES/K/znDMpvm4B63R5ryEI/tYlLWcwlBwFAzBnawko=";
14
15
nativeBuildInputs = with pkgs; [
16
gtest
0 commit comments