Merge pull request #93285 from r-ryantm/auto-update/cargo-fuzz

cargo-fuzz: 0.5.4 -> 0.8.0
This commit is contained in:
Mario Rodas 2020-07-16 21:46:13 -05:00 committed by GitHub
commit 05dc6afb08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-fuzz"; pname = "cargo-fuzz";
version = "0.5.4"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-fuzz"; owner = "rust-fuzz";
repo = "cargo-fuzz"; repo = "cargo-fuzz";
rev = version; rev = version;
sha256 = "0qy4xb7bxyw2x2ya7zmbkz48wxb69jcnvvj7021f1kyc6wdwcxs7"; sha256 = "1d4bq9140bri8cd9zcxh5hhc51vr0s6jadjhwkp688w7k10rq7w8";
}; };
cargoSha256 = "0d24crgx6wrb1p96w2yww7cs474x2pz4i6f26cry8pf5dwqfsqdm"; cargoSha256 = "0zxhak79f50m8nw95ny733mk4x2f7kyk6q9v4f7jr2rkcldhgrpr";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Command line helpers for fuzzing"; description = "Command line helpers for fuzzing";