cargo-chef: 0.1.65 -> 0.1.66
This commit is contained in:
parent
3668a9ff62
commit
d953181668
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-chef";
|
pname = "cargo-chef";
|
||||||
version = "0.1.65";
|
version = "0.1.66";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-3G2mgQDSj+IL6gqdhr3Sov9FHwLA6B+MRazLNF+zKZk=";
|
sha256 = "sha256-I4lD3+WFaW0kPmw5lPybDCRkG/at6VQH6l7pmngwoLU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-hWkUvUFYAOqRkoU52bKzEmvNaqASfWLlnWtIuFLMDc8=";
|
cargoHash = "sha256-tSr4m10zS+/JynGmNY0+aoiYDATYwuyfr1VGKmIkHg4=";
|
||||||
|
|
||||||
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";
|
||||||
|
|
Loading…
Reference in a new issue