Skip to content

Commit 2ca15a8

Browse files
monyarmPetarKirov
authored andcommitted
Updated circom to 2.1.5
1 parent 4fce21d commit 2ca15a8

File tree

2 files changed

+44
-36
lines changed

2 files changed

+44
-36
lines changed

packages/circom/Cargo.lock

Lines changed: 41 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/circom/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "circom";
10-
version = "2.0.4";
10+
version = "2.1.5";
1111

1212
buildInputs =
1313
[]
@@ -18,8 +18,8 @@ rustPlatform.buildRustPackage rec {
1818
src = fetchFromGitHub {
1919
owner = "iden3";
2020
repo = "circom";
21-
rev = "47883d98c45fe25c6d010f16b717cca6d0dea745";
22-
sha256 = "sha256-Yo1TLg/mq2IdbHCBel0sKAeZb//bKrUzGpaXQjC/32k=";
21+
rev = "v${version}";
22+
hash = "sha256-enZr1fkiUxDDDzajsd/CTV7DN//9xP64IyKLQSaJqXk=";
2323
};
2424

2525
doCheck = false;

0 commit comments

Comments
 (0)