3
0
Fork 0
forked from mirrors/nixpkgs

ncdu: 1.13 -> 1.14

This commit is contained in:
dywedir 2019-02-05 09:39:57 +02:00
parent aa4af45d39
commit c7df612e2a
No known key found for this signature in database
GPG key ID: BE743C5DD7703515

View file

@ -2,17 +2,17 @@
stdenv.mkDerivation rec {
name = "ncdu-${version}";
version = "1.13";
version = "1.14";
src = fetchurl {
url = "https://dev.yorhel.nl/download/${name}.tar.gz";
sha256 = "0ni56ymlii577src4dzfbrq1mznbf6i0nka4bvh2sb1971f2ingl";
sha256 = "0i4cap2z3037xx2rdzhrlazl2igk3xy4ncddp9j7xqi1mcx7i566";
};
buildInputs = [ ncurses ];
meta = with stdenv.lib; {
description = "Ncurses disk usage analyzer";
description = "Disk usage analyzer with an ncurses interface";
homepage = https://dev.yorhel.nl/ncdu;
license = licenses.mit;
platforms = platforms.all;