mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
circom: fix hash (#355217)
This commit is contained in:
commit
8a47142cb3
|
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
|||
owner = "iden3";
|
||||
repo = "circom";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-OxfqbsxSIy0tLDMfDmdCZeMb2LCSG7I+Vm9RHb7tXFc=";
|
||||
hash = "sha256-jaBtBFvGRTRImXQNM+FXr23XQqC5V7hRa9SZAgB/K4c=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-KmUTlzRRmtD9vKJmh0MSUQxN8gz4qnp9fLs5Z0Lmypw=";
|
||||
|
|
Loading…
Reference in a new issue