ncdu: 1.16 -> 1.17

https://dev.yorhel.nl/ncdu/changes
This commit is contained in:
zowoq 2022-07-13 09:09:03 +10:00
parent dbe1337750
commit 74a366bdbb

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ncdu";
version = "1.16";
version = "1.17";
src = fetchurl {
url = "https://dev.yorhel.nl/download/${pname}-${version}.tar.gz";
sha256 = "1m0gk09jaz114piidiw8fkg0id5l6nhz1cg5nlaf1yl3l595g49b";
sha256 = "sha256-gQdFqO0as3iMh9OupMwaFO327iJvdkvMOD4CS6Vq2/E=";
};
buildInputs = [ ncurses ];