3
0
Fork 0
forked from mirrors/nixpkgs

cargo-chef: 0.1.50 -> 0.1.51

This commit is contained in:
R. Ryantm 2023-01-08 09:44:23 +00:00
parent 46ee37ca1d
commit 5a597a0a92

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-chef"; pname = "cargo-chef";
version = "0.1.50"; version = "0.1.51";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-d467uk4UCtAKcpFYODxIhRrYoIOHzxhoaJVMA9ErRAw="; sha256 = "sha256-K9oryItevSABbklaX5KKvKHuebFX8B0AgnizlpDhM5o=";
}; };
cargoSha256 = "sha256-5xj4/uxuMhlqY1ncrMU1IFWdVB4ZjHVXg0ZbRXDvIak="; cargoHash = "sha256-KRhgYN8YMfotjkWAYP9RITbH9hudkakpWk53YZe9+Ks=";
meta = with lib; { meta = with lib; {
description = "A cargo-subcommand to speed up Rust Docker builds using Docker layer caching"; description = "A cargo-subcommand to speed up Rust Docker builds using Docker layer caching";