Skip to content

Commit

Permalink
cargo-fuzz: use hash instead of sha256
Browse files Browse the repository at this point in the history
Co-authored-by: kirillrdy <[email protected]>
  • Loading branch information
mfrw and kirillrdy authored Jan 26, 2024
1 parent 69031a7 commit 0f51210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/rust/cargo-fuzz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 0f51210

Please sign in to comment.