cargo-update: 8.0.0 -> 8.1.2

This commit is contained in:
R. Ryantm 2021-12-24 03:02:21 +00:00
parent e2b2136d63
commit 226a2ddffe

View file

@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-update"; pname = "cargo-update";
version = "8.0.0"; version = "8.1.2";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-S03Wl99T+dVgGb1TaFJBOZGaPAaqbPDC9+cqQHbYGqY="; sha256 = "sha256-9/4HQbf6wPNzsYqXbtrWoe9n2iKQoNILhjhwrbOY3Z0=";
}; };
cargoSha256 = "sha256-bBAepKOeRHFJbHSjoBj94b5vnQhX1J2uh8BZHkwWW7E="; cargoSha256 = "sha256-iUJBhBKWYRpzwMcOvMIP8smmw5OnsTv1olv61pel5dY=";
nativeBuildInputs = [ cmake installShellFiles pkg-config ronn ]; nativeBuildInputs = [ cmake installShellFiles pkg-config ronn ];