cargo-depgraph: 1.3.0 -> 1.4.0
Changelog: https://git.sr.ht/~jplatte/cargo-depgraph/tree/v1.4.0/item/CHANGELOG.md
This commit is contained in:
parent
47533b85af
commit
aa3432885e
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-depgraph";
|
pname = "cargo-depgraph";
|
||||||
version = "1.3.0";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-mlbS9EI/ltxnWfpci9hK9QwYpA/nII+wc2IRSHrmNGI=";
|
sha256 = "sha256-D8g6xsmYvN1IWUFpkpo4/OKT70WqCCkRqcGFBOE8uXA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-9CKFZmkFiip6iQVkBmy/XoMEoyMhlKNRyI8oDHaAILc=";
|
cargoSha256 = "sha256-qpd/uvnQzrPc+dbBloxyYNCEjaRWlTicgNC8Z9Z0t88=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Create dependency graphs for cargo projects using `cargo metadata` and graphviz";
|
description = "Create dependency graphs for cargo projects using `cargo metadata` and graphviz";
|
||||||
|
Loading…
Reference in New Issue
Block a user