cargo-tree: 0.26.0 -> 0.27.0
https://crates.io/crates/cargo-tree/0.27.0 This release doesn't have a git tag, but the revision I used here is published as 0.27.0 on crates.io.
This commit is contained in:
parent
03987eaeed
commit
836e0dbaac
@ -1,17 +1,16 @@
|
|||||||
{ stdenv, lib, rustPlatform, fetchFromGitHub, pkgconfig, cmake, curl, libiconv, darwin }:
|
{ stdenv, lib, rustPlatform, fetchFromGitHub, pkgconfig, cmake, curl, libiconv, darwin }:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-tree";
|
pname = "cargo-tree";
|
||||||
version = "0.26.0";
|
version = "0.27.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sfackler";
|
owner = "sfackler";
|
||||||
repo = "cargo-tree";
|
repo = "cargo-tree";
|
||||||
rev = "v${version}";
|
rev = "37030742fbf83106707525913ab6c4c3c701cd0e";
|
||||||
|
sha256 = "1mi52n02j9dmi19af6js0vmmqnl8rf4zxind3cxh401530cd8ml4";
|
||||||
sha256 = "12z0sa7g79x46q2ybpy6i9rf1x4cnwajw8dsjzra2qhssyp8rp9c";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0ibmgyiqa53m9xfvl726w1sq37lbdp7vzyc76gwcp1zvzkcv2860";
|
cargoSha256 = "12p9dqlxa1b1sx8572w7hj0rlkkpv3k440pffdyjgyx4s1r9m0s0";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
buildInputs = [ curl ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
|
buildInputs = [ curl ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
|
||||||
@ -20,5 +19,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A cargo subcommand that visualizes a crate's dependency graph in a tree-like format";
|
description = "A cargo subcommand that visualizes a crate's dependency graph in a tree-like format";
|
||||||
license = with licenses; [ asl20 mit ];
|
license = with licenses; [ asl20 mit ];
|
||||||
maintainers = with maintainers; [ jD91mZM2 ];
|
maintainers = with maintainers; [ jD91mZM2 ];
|
||||||
|
homepage = "https://crates.io/crates/cargo-tree";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user