1 { fetchFromGitHub, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "17lm8jd07bi499mywg2iq669im34j4x4yhc8a3adxn12f8j0dfg7";
12 # test directory has files with unicode names which causes hash mismatches
13 # It is also not used by any tests or parts of build process
19 cargoSha256 = "0gg1w0xx36aswfm0y53nqwwz7zds25ysmklbrc8v2r91j74bhkzw";
22 description = "A tool to analyze file system usage written in Rust";
23 homepage = "https://github.com/nachoparker/dutree";
24 license = licenses.gpl3Plus;
25 maintainers = with maintainers; [ figsoda ];