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

cargo-outdated: 0.13.1 -> 0.14.0
This commit is contained in:
Nick Cao 2023-11-02 08:20:31 -04:00 committed by GitHub
commit 4f1d59ffe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-outdated";
version = "0.13.1";
version = "0.14.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-u8VMVW2LJcwDRv43705aOcP0WMRfB3hakdgufYuI7I4=";
sha256 = "sha256-rbfCrq9AwjrynNSklR1un3BUGv0kblwIxy72lTjEDVc=";
};
cargoHash = "sha256-rXLgNzbzMZG+nviAnK9n7ISWuNOPMugubHNMwJRKRZc=";
cargoHash = "sha256-kBolewLzKGq3rmSeWlLMDqKb4QQfWf3J6DnXTB0SV54=";
nativeBuildInputs = [ pkg-config ];