cargo-fuzz: 0.5.4 -> 0.8.0

This commit is contained in:
R. RyanTM 2020-07-16 17:06:23 +00:00
parent 992db90c4c
commit 35f96e6c7b

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";