Unverified Commit 9fbd8404 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

cargo-hack: 0.6.42 -> 0.6.43 (#492140)

parents 0d277785 8f9993e7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "cargo-hack";
  version = "0.6.42";
  version = "0.6.43";

  src = fetchCrate {
    inherit (finalAttrs) pname version;
    hash = "sha256-ebKnXTEWROIy4MREcBQ+ahbQoQZCSttiCMrgW+/buj4=";
    hash = "sha256-5C2qqmP+k7WtvjEOPuhlcj2MbcOJJEMsAwmr928Uw4E=";
  };

  cargoHash = "sha256-4Vg0JD2FeZV8SiD5Kzg1KLkPnQ20NVlkbiguwbpYip8=";
  cargoHash = "sha256-sG+ltuEbptHeYgXAUIOlQ82f5z8MvKwHWHsU9aGC/K0=";

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