cargo-fuzz: use hash instead of sha256

Co-authored-by: kirillrdy <kirillrdy@gmail.com>
This commit is contained in:
Muhammad Falak R Wani
2024-01-26 08:57:32 +05:30
committed by GitHub
co-authored by kirillrdy
parent 69031a7a04
commit 0f51210def
@@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec {
owner = "rust-fuzz";
repo = "cargo-fuzz";
rev = version;
sha256 = "sha256-+k1kHiHRQER/8JTOeQdxcbsfMvS6eC74Wkd9IlLldok=";
hash = "sha256-+k1kHiHRQER/8JTOeQdxcbsfMvS6eC74Wkd9IlLldok=";
};
cargoHash = "sha256-N3niTnSSIfOVOGhcHHgTbLnpYNmM4bow7qX539P+kHQ=";