cargo-update: 10.0.1 -> 11.0.0

This commit is contained in:
R. Ryantm 2022-10-25 11:54:34 +00:00 committed by Jonathan Ringer
parent fd0a5f378b
commit 882cedd1a9

View file

@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-update"; pname = "cargo-update";
version = "10.0.1"; version = "11.0.0";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-TerrXrHw5sh4ayaJs0cdSkjR8u0TIVWOSfnbUfnXP4c="; sha256 = "sha256-bqDbMQXzOlNQBVufEwBeH9XOjS3gpacowzHVTwu8XhA=";
}; };
cargoSha256 = "sha256-gURGLXbixgrkEAAqbVM7Qdt1i7t9xtBHBJ4fjQq0fjw="; cargoSha256 = "sha256-oHp4olxnTeVXxhhWqWPBZXRfYZRtzuPfP3rENJAJQMo=";
nativeBuildInputs = [ cmake installShellFiles pkg-config ronn ]; nativeBuildInputs = [ cmake installShellFiles pkg-config ronn ];