ncdu: 1.14 -> 1.14.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncdu/versions
This commit is contained in:
R. RyanTM 2019-08-19 17:48:11 -07:00
parent ffbb4d26f9
commit 24d22fe619

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ncdu-${version}";
version = "1.14";
version = "1.14.1";
src = fetchurl {
url = "https://dev.yorhel.nl/download/${name}.tar.gz";
sha256 = "0i4cap2z3037xx2rdzhrlazl2igk3xy4ncddp9j7xqi1mcx7i566";
sha256 = "0gp1aszzrh8b6fhv8fspvkmr0qwc55z6z4w6l7r8j09sq7lf0cdy";
};
buildInputs = [ ncurses ];