cargo-fuzz: 0.10.0 -> 0.10.1

This commit is contained in:
R. RyanTM 2021-04-27 16:54:17 +00:00 committed by Jonathan Ringer
parent b8016c6aa6
commit 6d7d466423
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-fuzz"; pname = "cargo-fuzz";
version = "0.10.0"; version = "0.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-fuzz"; owner = "rust-fuzz";
repo = "cargo-fuzz"; repo = "cargo-fuzz";
rev = version; rev = version;
sha256 = "sha256-kBbwE4ToUud5BDDlGoey2qpp2imzO6t3FcIbV3NTFa8="; sha256 = "sha256-txlHXboQi3Z8AMIJJBZsBrCA7xggF0zGDpKqcD8UxMo=";
}; };
cargoSha256 = "sha256-zqRlB2Kck4icMKzhaeeakEnn6O7zhoKPa5ZWbGooWIg="; cargoSha256 = "sha256-eEfry6Q2YiIkNEHu6C8p17pUTF43eS1/iTP2oATZ/F8=";
doCheck = false; doCheck = false;