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

This commit is contained in:
Masum Reza
2026-02-28 15:05:30 +00:00
committed by GitHub
+3 -3
View File
@@ -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";