cargo-chef: 0.1.69 -> 0.1.71

This commit is contained in:
R. Ryantm 2025-02-06 07:53:15 +00:00
parent f56aaaac0c
commit d2d54d3292

View file

@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-chef";
version = "0.1.69";
version = "0.1.71";
src = fetchCrate {
inherit pname version;
hash = "sha256-zDVolVllWl0DM0AByglKhU8JQpkdcmyVGe1vYo+eamk=";
hash = "sha256-ZbbRo+AAlh7sW1HROxHfmnDxchJRWUId3oh5wgPauuQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3bjnAQLIO0hHjkRDym2oUzmiMd2gp5gN+iK8NxBC22Q=";
cargoHash = "sha256-/VqFs5wzKbnfZRfKERUGjuCj/H+o1iI/ioMPq/FugDo=";
meta = with lib; {
description = "Cargo-subcommand to speed up Rust Docker builds using Docker layer caching";