Unverified Commit 8a47142c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

circom: fix hash (#355217)

parents e0e61b86 f08afe73
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=";