Merge pull request #194872 from r-ryantm/auto-update/cargo-update

cargo-update: 9.0.0 -> 10.0.1
This commit is contained in:
Jörg Thalheim 2022-10-07 10:31:38 +02:00 committed by GitHub
commit 2eb5d9a663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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