Unverified Commit 9cb65c88 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

cargo-bolero: 0.12.0 -> 0.13.0 (#387965)

parent 21dd77ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-bolero";
  version = "0.12.0";
  version = "0.13.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-ta0H6V7Zg/Jnu3973eYJXGwwQcqZnDTlsmWAHkQr2EA=";
    hash = "sha256-xmSPIHD9wZoABv+6LZK3SCdakavGchjcRxhZPmSNAaE=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-XndJm7nkOxY/4tJZIdv1HYxhsju667G1x8FSW1fb4BI=";
  cargoHash = "sha256-vh/EIMrpolwd/o0ihcjVlJy2XTp7JzlUkoZj0sCnQKg=";

  buildInputs = [
    libbfd