Unverified Commit 2021938a authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

cargo-hack: 0.6.43 -> 0.6.44 (#502806)

parents 51e3f2fa 1cabd9f4
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.43";
  version = "0.6.44";

  src = fetchCrate {
    inherit (finalAttrs) pname version;
    hash = "sha256-5C2qqmP+k7WtvjEOPuhlcj2MbcOJJEMsAwmr928Uw4E=";
    hash = "sha256-f45zkLoj4gZ7U+2B560lLEpYYrGyXjiaMd6XMEzF2NE=";
  };

  cargoHash = "sha256-sG+ltuEbptHeYgXAUIOlQ82f5z8MvKwHWHsU9aGC/K0=";
  cargoHash = "sha256-dG5MTWPcBGnOBthF1V8jbcOLXSb/O34N8slpIXR+2c8=";

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