Skip to content

Commit

Permalink
cargo-deps: 1.1.1 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Feb 27, 2020
1 parent b9e20b3 commit 2b62291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/package-management/cargo-deps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-deps";
version = "1.1.1";
version = "1.4.1";

src = fetchFromGitHub {
owner = "m-cat";
repo = pname;
rev = "ab93f5655900e49fb0360ccaf72b2b61b6b428ef";
sha256 = "16181p7ghvy9mqippg1xi2cw7yxvicis8v6n39wly5qw05i57aw2";
rev = "4033018eaa53134fd6169653b709b195a5f5958b";
sha256 = "1cdmgdag9chjifsp2hxr9j15hb6l6anqq38y8srj1nk047a3kbcw";
};

cargoSha256 = "1zk6pf7agqs1mpld40rn05cwp4wy0vpjnn5ip6m83bxm8b3i87wk";
cargoSha256 = "1gjbvgpicy9n311qh9a5n0gdyd2rnc0b9zypnzk2ibn1pgaikafy";

meta = with lib; {
description = "Cargo subcommand for building dependency graphs of Rust projects";
Expand Down

0 comments on commit 2b62291

Please sign in to comment.