Commit 99b216d5 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-hack: 0.6.20 -> 0.6.21

parent f32e786e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-hack";
  version = "0.6.20";
  version = "0.6.21";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-hkw7I9JFTRspYzXtKbpbOVN9sPzUxrRiTL2WjJukY/c=";
    hash = "sha256-5vWrnujojleGUS7Ays8YX1TncK61+XHEJFqRhfxF3Ow=";
  };

  cargoHash = "sha256-DKqcwzAyR0drodDVlccXRSRjjAapJ6nP4aS0CtKtGX4=";
  cargoHash = "sha256-yzunrPAo6/kgEomu5AHk/AB8EFqs96Jal1KHODSlyWc=";

  # some necessary files are absent in the crate version
  doCheck = false;