Skip to content

Commit

Permalink
Merge pull request #111067 from r-ryantm/auto-update/cargo-outdated
Browse files Browse the repository at this point in the history
cargo-outdated: 0.9.13 -> 0.9.14
  • Loading branch information
marsam committed Jan 29, 2021
2 parents 26ea145 + 9e0995e commit 8cfcbef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/cargo-outdated/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-outdated";
version = "0.9.13";
version = "0.9.14";

src = fetchFromGitHub {
owner = "kbknapp";
repo = pname;
rev = "v${version}";
sha256 = "1dbhaaw1c3ww0s33r7z8kxks00f9gxv1ppcbmk2fbflhp7caf7fy";
sha256 = "sha256-80H0yblEcxP6TTil0dJPZhvMivDLuyvoV0Rmcrykgjs=";
};

cargoSha256 = "0nlfn9g7hrzz72lya2p5qb8wwj66300d33hjhnw2ambpj4347rh4";
cargoSha256 = "sha256-RACdzaCWfm5rrIX0wrvKSmhLQt1a+2MQqrjTx+etpGo=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]
Expand Down

0 comments on commit 8cfcbef

Please sign in to comment.