Skip to content

Commit

Permalink
bump cargo hash
Browse files Browse the repository at this point in the history
  • Loading branch information
const-iohk committed Nov 29, 2021
1 parent 73fe861 commit 3574c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -19,7 +19,7 @@
(builtins.readFile (./. + "/${member}/Cargo.toml"))).package)
name version;
src = ./.;
cargoSha256 = "sha256-eGwBrK26Qs55k4+08+OHxMopfKJJlaiJWjsSMAJAAPY=";
cargoSha256 = "sha256-O9kg3ZhN/Qm9u14IzxrJMP300CJ6HyNXKb7ZbTUlnxs=";
nativeBuildInputs = with final; [ pkg-config protobuf rustfmt ];
buildInputs = with final; [ openssl ];
PROTOC = "${final.protobuf}/bin/protoc";
Expand Down

0 comments on commit 3574c48

Please sign in to comment.