mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
cargo-lock: 9.0.0 -> 10.0.1
This commit is contained in:
parent
7746ea9889
commit
0186d29082
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-lock";
|
pname = "cargo-lock";
|
||||||
version = "9.0.0";
|
version = "10.0.1";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-SMxM66qo3Xmst+SVXu4LYZ0Zzn15wqVVNqqHzAkip/s=";
|
hash = "sha256-Ui/Z4syhSxemV1R815R+yytDwN2YJBcHGscUYUp/0zE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-wUp4zBY64MvD4anGlVsJrI3pyfwVSQGnn6YuweTeYNk=";
|
cargoHash = "sha256-5Hg0y723wjV13rdEExK2II7EPpzAR29ZCqVgOeuJpO0=";
|
||||||
|
|
||||||
buildFeatures = [ "cli" ];
|
buildFeatures = [ "cli" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user