8 stdenv.mkDerivation rec {
13 url = "https://dev.yorhel.nl/download/${pname}-${version}.tar.gz";
14 sha256 = "sha256-fA+h6ynYWq7UuhdBZL27jwEbXDkNAXxX1mj8cjEzJAU=";
17 buildInputs = [ ncurses ];
20 description = "Disk usage analyzer with an ncurses interface";
21 homepage = "https://dev.yorhel.nl/ncdu";
22 license = licenses.mit;
23 platforms = platforms.all;
24 maintainers = with maintainers; [ pSub ];