mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
cargo-chef: 0.1.69 -> 0.1.71
This commit is contained in:
parent
f56aaaac0c
commit
d2d54d3292
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-chef";
|
pname = "cargo-chef";
|
||||||
version = "0.1.69";
|
version = "0.1.71";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-zDVolVllWl0DM0AByglKhU8JQpkdcmyVGe1vYo+eamk=";
|
hash = "sha256-ZbbRo+AAlh7sW1HROxHfmnDxchJRWUId3oh5wgPauuQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-3bjnAQLIO0hHjkRDym2oUzmiMd2gp5gN+iK8NxBC22Q=";
|
cargoHash = "sha256-/VqFs5wzKbnfZRfKERUGjuCj/H+o1iI/ioMPq/FugDo=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cargo-subcommand to speed up Rust Docker builds using Docker layer caching";
|
description = "Cargo-subcommand to speed up Rust Docker builds using Docker layer caching";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue