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

cargo-outdated: 0.14.0 -> 0.15.0
This commit is contained in:
Nick Cao 2024-03-23 13:08:47 -04:00 committed by GitHub
commit 91a8d6d6c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -13,14 +13,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-outdated";
version = "0.14.0";
version = "0.15.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-rbfCrq9AwjrynNSklR1un3BUGv0kblwIxy72lTjEDVc=";
sha256 = "sha256-+GPP8Mdoc3LsR2puNu3/pzKg4Umvjd7CxivkHC8YxgM=";
};
cargoHash = "sha256-kBolewLzKGq3rmSeWlLMDqKb4QQfWf3J6DnXTB0SV54=";
cargoHash = "sha256-Lkl7F5ZVlYLBeL3tubdMQ4/KbHYd2dD5IJAX9FO0XUg=";
nativeBuildInputs = [ pkg-config ];