cargo-update: 14.1.1 -> 15.0.0

This commit is contained in:
R. Ryantm 2024-10-03 13:06:44 +00:00
parent abf4ea19eb
commit d7f2b8932c

View File

@ -16,14 +16,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "14.1.1";
version = "15.0.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-2UV+BetL6MBHAyPcMTbssLNgJQKoJOo2iG3uGPWSrUs=";
hash = "sha256-2Z/fRd80qZi61KO07gx3Jdnslxv1KUCubv9bIUmjGKU=";
};
cargoHash = "sha256-Qn2DquO3HmhZvCk6FaowodgURvtA5gXrztN+wp60bSA=";
cargoHash = "sha256-v5rsFzox1x2pf/LilZy/YI985sL5Pigm2GGaCWWjB7s=";
nativeBuildInputs = [
cmake