6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-rm3j1exvdlJtMXgFeRmzr3YU/sLpQFL3PCa8kLVlinM=";
17 cargoHash = "sha256-rHrdGL/2diBwsWJyg7gaa6UmcUdvGhUPhLNESSBvDDg=";
20 description = "File-tree visualizer and disk usage analyzer";
21 homepage = "https://github.com/solidiquis/erdtree";
22 changelog = "https://github.com/solidiquis/erdtree/releases/tag/${src.rev}";
23 license = licenses.mit;
24 maintainers = with maintainers; [ figsoda zendo ];