cargo-chef: 0.1.72 -> 0.1.73

R. Ryantm a76a4cd7 cc1003a2

Changed files
+3 -3
pkgs
by-name
ca
cargo-chef
+3 -3
pkgs/by-name/ca/cargo-chef/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "cargo-chef"; 9 - version = "0.1.72"; 9 + version = "0.1.73"; 10 10 11 11 src = fetchCrate { 12 12 inherit pname version; 13 - hash = "sha256-mSzSc72/Y18O9nSoqeU4GQGa9lTwi34ojnIsZg8wBpE="; 13 + hash = "sha256-zWyPVITx4wN0fd0bNVU5yt/ojsSVhbgIcoV6Z427RCA="; 14 14 }; 15 15 16 - cargoHash = "sha256-l4h7DFl9WFB0uARk1P/EAYqAgSiHEEnRXS+h69qaL0Q="; 16 + cargoHash = "sha256-diox0Vafn8881tW4Z5Udm6U2lNQKe9m/H5bRTRN3aGs="; 17 17 18 18 meta = with lib; { 19 19 description = "Cargo-subcommand to speed up Rust Docker builds using Docker layer caching";