tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ncdu: 1.13 -> 1.14
dywedir
7 years ago
c7df612e
aa4af45d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
ncdu
default.nix
+3
-3
pkgs/tools/misc/ncdu/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "ncdu-${version}";
5
5
-
version = "1.13";
5
5
+
version = "1.14";
6
6
7
7
src = fetchurl {
8
8
url = "https://dev.yorhel.nl/download/${name}.tar.gz";
9
9
-
sha256 = "0ni56ymlii577src4dzfbrq1mznbf6i0nka4bvh2sb1971f2ingl";
9
9
+
sha256 = "0i4cap2z3037xx2rdzhrlazl2igk3xy4ncddp9j7xqi1mcx7i566";
10
10
};
11
11
12
12
buildInputs = [ ncurses ];
13
13
14
14
meta = with stdenv.lib; {
15
15
-
description = "Ncurses disk usage analyzer";
15
15
+
description = "Disk usage analyzer with an ncurses interface";
16
16
homepage = https://dev.yorhel.nl/ncdu;
17
17
license = licenses.mit;
18
18
platforms = platforms.all;