lol

cargo-fuzz: 0.10.2 -> 0.11.0

authored by

Bernardo Meurer and committed by
Jonathan Ringer
c100cfcd 33782d5c

+4 -4
+4 -4
pkgs/development/tools/rust/cargo-fuzz/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-fuzz"; 5 - version = "0.10.2"; 5 + version = "0.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rust-fuzz"; 9 9 repo = "cargo-fuzz"; 10 - rev = version; 11 - sha256 = "sha256-5dHEUGn2CrEpSTJsbnSRx/hKXx6dLCDcuD1dPOH49d4="; 10 + rev = "v${version}"; 11 + sha256 = "sha256-vjKo0L7sYrC7qWdOGSJDWpL04tmNjO3QRwAIRHN/DiI="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-vZPd8Zzyp0PgIdyp5qY57ex0cCihplw/FY+xf3etuu8="; 14 + cargoSha256 = "sha256-8XVRMwrBEJ1duQtXzNpuN5wJPUgziJlka4n/nAIqeEc="; 15 15 16 16 buildInputs = lib.optional stdenv.isDarwin libiconv; 17 17