1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "01h00328kbw83q11yrsvcly69p0hql3kw49b4jx6gwkrdm8c2amk";
14 cargoHash = "sha256-KaSBdpgIjMZoX8ejD5hNYtgZLb952t8th4f5Mh6x9bU=";
17 description = "Display file system space usage using graphs and colors";
18 homepage = "https://github.com/anthraxx/dfrs";
19 license = licenses.mit;
20 maintainers = with maintainers; [ wamserma ];