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

cargo-update: 12.0.0 -> 13.0.1
This commit is contained in:
figsoda 2023-04-18 11:17:06 -04:00 committed by GitHub
commit ed39a9cd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "12.0.0";
version = "13.0.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-01XtxPVYamXBwn4zwqiRvpD+mHjpIUp+JT0fu3+Peq8=";
sha256 = "sha256-152tOUzFwkxR8B06PcnfYbrn0uLMUCOKNWh9b9LG3K0=";
};
cargoHash = "sha256-x7RK6Wix5TB5/Ff2qWis3HAhBReWekeoxjcFUv19oB4=";
cargoHash = "sha256-QN1K/Hsy0kDQUi7D22+k5fa+LqlVFa4G5BG5Ckrouhs=";
nativeBuildInputs = [
cmake