Unverified Commit 30a47a8b authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

Merge pull request #250457 from r-ryantm/auto-update/cargo-chef

cargo-chef: 0.1.61 -> 0.1.62
parents 2b601089 ded62fa1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-chef";
  version = "0.1.61";
  version = "0.1.62";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-O3q0gfVnFMgcwWGfRgdGOwU6fauRN2qPkyTe72p3zS4=";
    sha256 = "sha256-ZewsR6MgBf8wdqBIrYAuprmqthhbEA/WDShp9H3jfDs=";
  };

  cargoHash = "sha256-A22x2s5tHf9M6UbFHwmVNgO2qe65io/GysF1+ZE8NXM=";
  cargoHash = "sha256-UHUNoI9QqHzgYIuKlj0giWfFgS+F3eUC/wuAXgwH2xQ=";

  meta = with lib; {
    description = "A cargo-subcommand to speed up Rust Docker builds using Docker layer caching";