Unverified Commit 24441f3c authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

cargo-chef: 0.1.73 -> 0.1.75 (#495223)

parents 2112d292 6625819e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-chef";
  version = "0.1.73";
  version = "0.1.75";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-zWyPVITx4wN0fd0bNVU5yt/ojsSVhbgIcoV6Z427RCA=";
    hash = "sha256-FETYJrx5+yNOzMVIgJQ0yNLi2PB7cA128n8hAXIhx3E=";
  };

  cargoHash = "sha256-diox0Vafn8881tW4Z5Udm6U2lNQKe9m/H5bRTRN3aGs=";
  cargoHash = "sha256-4dMBGCEoLICnTjrTeTiXBE+AMH2siT9WLqdUfWN4UkU=";

  meta = {
    description = "Cargo-subcommand to speed up Rust Docker builds using Docker layer caching";