cargo-fuzz: use hash instead of sha256
Co-authored-by: kirillrdy <kirillrdy@gmail.com>
This commit is contained in:
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=";
|
||||
|
||||
Reference in New Issue
Block a user