Merge pull request #251440 from antonmosich/ncdu-update

ncdu_1: 1.17 -> 1.18.1
This commit is contained in:
Franz Pletz 2023-08-26 02:55:28 +02:00 committed by GitHub
commit e0ddcbc2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ncdu";
version = "1.17";
version = "1.18.1";
src = fetchurl {
url = "https://dev.yorhel.nl/download/${pname}-${version}.tar.gz";
sha256 = "sha256-gQdFqO0as3iMh9OupMwaFO327iJvdkvMOD4CS6Vq2/E=";
sha256 = "sha256-fA+h6ynYWq7UuhdBZL27jwEbXDkNAXxX1mj8cjEzJAU=";
};
buildInputs = [ ncurses ];
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ pSub ];
mainProgram = "ncdu";
};
}