Commit c7a6f489 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

cargo-hack: 0.6.36 -> 0.6.37

parent 87711877
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-hack";
  version = "0.6.36";
  version = "0.6.37";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-AO4bB+aqAzGxFyPhuwaEQDAbL+fCIWY2rv3QFdBAq7s=";
    hash = "sha256-OlWSyp3et/48x5lRE14pIny8HHQcgOV2f9mI9hcj8K4=";
  };

  cargoHash = "sha256-fWKrHo5WdeEhnPxATbZ9Cjv+aiSxOh0pRDeeHHDk8u4=";
  cargoHash = "sha256-1FgFHnNCEGoBUbH+Uk67W9ufsGtr9uGdzJz0xZuPQ9U=";

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