Skip to content

Commit 56873b6

Browse files
circom_runtime: 0.1.24 -> 0.1.28
Diff: iden3/circom_runtime@v0.1.24...v0.1.28
1 parent 96013e4 commit 56873b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/circom_runtime/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
with pkgs;
33
buildNpmPackage rec {
44
pname = "circom_runtime";
5-
version = "0.1.24";
5+
version = "0.1.28";
66
src = fetchFromGitHub {
77
owner = "iden3";
88
repo = "circom_runtime";
99
rev = "v${version}";
10-
hash = "sha256-iC6kqVn1ixJlcuf+t2wbC+0/sCcXGvSRfuheLiW0Egs=";
10+
hash = "sha256-iC34UChMczv3lPUNY+coHEBNMnzgegFr6KqDz9A8+24=";
1111
};
1212

13-
npmDepsHash = "sha256-LvgKNazeoS7FcsjFDHnA9ZLePOesFu6eeEWDRGQRPLE=";
13+
npmDepsHash = "sha256-GES/K/znDMpvm4B63R5ryEI/tYlLWcwlBwFAzBnawko=";
1414

1515
nativeBuildInputs = with pkgs; [
1616
gtest

0 commit comments

Comments
 (0)