Commit f08afe73 authored by Weijia Wang's avatar Weijia Wang
Browse files

circom: fix hash

parent 1546e087
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";