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
3
stdenv.mkDerivation rec {
4
name = "ncdu-${version}";
5
-
version = "1.13";
6
7
src = fetchurl {
8
url = "https://dev.yorhel.nl/download/${name}.tar.gz";
9
-
sha256 = "0ni56ymlii577src4dzfbrq1mznbf6i0nka4bvh2sb1971f2ingl";
10
};
11
12
buildInputs = [ ncurses ];
13
14
meta = with stdenv.lib; {
15
-
description = "Ncurses disk usage analyzer";
16
homepage = https://dev.yorhel.nl/ncdu;
17
license = licenses.mit;
18
platforms = platforms.all;
···
2
3
stdenv.mkDerivation rec {
4
name = "ncdu-${version}";
5
+
version = "1.14";
6
7
src = fetchurl {
8
url = "https://dev.yorhel.nl/download/${name}.tar.gz";
9
+
sha256 = "0i4cap2z3037xx2rdzhrlazl2igk3xy4ncddp9j7xqi1mcx7i566";
10
};
11
12
buildInputs = [ ncurses ];
13
14
meta = with stdenv.lib; {
15
+
description = "Disk usage analyzer with an ncurses interface";
16
homepage = https://dev.yorhel.nl/ncdu;
17
license = licenses.mit;
18
platforms = platforms.all;