mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
cargo-lock: 8.0.2 -> 8.0.3
Changelog: https://github.com/rustsec/rustsec/blob/cargo-lock/v8.0.3/cargo-lock/CHANGELOG.md
This commit is contained in:
parent
4f50411cfc
commit
ea3ccb1c7b
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-lock";
|
pname = "cargo-lock";
|
||||||
version = "8.0.2";
|
version = "8.0.3";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-I64LXY8e8ztICS6AKfrNr/7Ntap7ESjindNWEeny6ZA=";
|
sha256 = "sha256-Xh39gaiTC3g1FHVWqUr8PR/MzeoRaGlCmGZZZnHB4Kc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-Yy7KQvPeyw5YSzUmoxUJAueVzkfQqDPE1j2+L+KifpU=";
|
cargoSha256 = "sha256-gf9KDzGKjZt4p5ldZShH4lOwrieJeI2WJQ8hU4hhGJE=";
|
||||||
|
|
||||||
buildFeatures = [ "cli" ];
|
buildFeatures = [ "cli" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user