cargo-update: 7.0.1 -> 8.0.0

This commit is contained in:
R. Ryantm 2021-12-06 07:48:32 +00:00
parent 1657d58122
commit 7dfc28bd2b

View File

@ -15,14 +15,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "7.0.1";
version = "8.0.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-qUrQWXiK4Gb79Wtcj9nM/FFT/C+b3vAgm9JohvIY2NU=";
sha256 = "sha256-S03Wl99T+dVgGb1TaFJBOZGaPAaqbPDC9+cqQHbYGqY=";
};
cargoSha256 = "sha256-jCaP6e/z9/gjKJfBKIq+dq7pWs5tWyct+JCnUFVVHBY=";
cargoSha256 = "sha256-bBAepKOeRHFJbHSjoBj94b5vnQhX1J2uh8BZHkwWW7E=";
nativeBuildInputs = [ cmake installShellFiles pkg-config ronn ];