cargo-fuzz: 0.10.2 -> 0.11.0

main
Bernardo Meurer 2 years ago committed by Jonathan Ringer
parent 33782d5c0a
commit c100cfcdda
  1. 8
      pkgs/development/tools/rust/cargo-fuzz/default.nix

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-fuzz";
version = "0.10.2";
version = "0.11.0";
src = fetchFromGitHub {
owner = "rust-fuzz";
repo = "cargo-fuzz";
rev = version;
sha256 = "sha256-5dHEUGn2CrEpSTJsbnSRx/hKXx6dLCDcuD1dPOH49d4=";
rev = "v${version}";
sha256 = "sha256-vjKo0L7sYrC7qWdOGSJDWpL04tmNjO3QRwAIRHN/DiI=";
};
cargoSha256 = "sha256-vZPd8Zzyp0PgIdyp5qY57ex0cCihplw/FY+xf3etuu8=";
cargoSha256 = "sha256-8XVRMwrBEJ1duQtXzNpuN5wJPUgziJlka4n/nAIqeEc=";
buildInputs = lib.optional stdenv.isDarwin libiconv;

Loading…
Cancel
Save