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

cargo-update: 13.0.2 -> 13.0.4
This commit is contained in:
Nick Cao 2023-05-24 00:49:01 -06:00 committed by GitHub
commit cd0bdae94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-update"; pname = "cargo-update";
version = "13.0.2"; version = "13.0.4";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-WaVxPfklQnd0XSsBRkSoJ/SQW3vp/0BTOtVPz25CjWg="; sha256 = "sha256-LIOJaJKjl9GrGazIYeJWKuAQTxD6OlVO86qWhKnolQE=";
}; };
cargoHash = "sha256-DC5NANbGaaGOZ36NpUSqKEd2bctbYB9YLoKYAZ4x67I="; cargoHash = "sha256-fx+LWNnzCVUz2owETXUgqjT+AUtda4RZnVXUabPX8q4=";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake