dutree: init at 0.2.18
This commit is contained in:
parent
ee006e93df
commit
3b81e5c7c4
22
pkgs/tools/misc/dutree/default.nix
Normal file
22
pkgs/tools/misc/dutree/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
{ fetchFromGitHub, lib, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "dutree";
|
||||
version = "0.2.18";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nachoparker";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1720295nxwr6r5yr6zhk2cw5y2l4w862f5wm9v7jjmf3a840yl8p";
|
||||
};
|
||||
|
||||
cargoSha256 = "0gg1w0xx36aswfm0y53nqwwz7zds25ysmklbrc8v2r91j74bhkzw";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to analyze file system usage written in Rust";
|
||||
homepage = "https://github.com/nachoparker/dutree";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
}
|
@ -24000,6 +24000,8 @@ with pkgs;
|
||||
|
||||
du-dust = callPackage ../tools/misc/dust { };
|
||||
|
||||
dutree = callPackage ../tools/misc/dutree { };
|
||||
|
||||
devede = callPackage ../applications/video/devede { };
|
||||
|
||||
denemo = callPackage ../applications/audio/denemo { };
|
||||
|
Loading…
Reference in New Issue
Block a user