Unverified Commit 4f1d59ff authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

cargo-outdated: 0.13.1 -> 0.14.0
parents 9ff97f9d 0543391e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];