cargo-deps: 1.1.1 -> 1.4.1
This commit is contained in:
parent
b9e20b3ca8
commit
2b622911af
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-deps";
|
pname = "cargo-deps";
|
||||||
version = "1.1.1";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "m-cat";
|
owner = "m-cat";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "ab93f5655900e49fb0360ccaf72b2b61b6b428ef";
|
rev = "4033018eaa53134fd6169653b709b195a5f5958b";
|
||||||
sha256 = "16181p7ghvy9mqippg1xi2cw7yxvicis8v6n39wly5qw05i57aw2";
|
sha256 = "1cdmgdag9chjifsp2hxr9j15hb6l6anqq38y8srj1nk047a3kbcw";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1zk6pf7agqs1mpld40rn05cwp4wy0vpjnn5ip6m83bxm8b3i87wk";
|
cargoSha256 = "1gjbvgpicy9n311qh9a5n0gdyd2rnc0b9zypnzk2ibn1pgaikafy";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Cargo subcommand for building dependency graphs of Rust projects";
|
description = "Cargo subcommand for building dependency graphs of Rust projects";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user