diff options
Diffstat (limited to 'gnu/packages/ncdu.scm')
-rw-r--r-- | gnu/packages/ncdu.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm index 4ff6d676f7..ffc9ac8ad6 100644 --- a/gnu/packages/ncdu.scm +++ b/gnu/packages/ncdu.scm @@ -36,14 +36,14 @@ ;; yet, so we'll keep both for just a little longer. (package (name "ncdu") - (version "1.18.1") + (version "1.19") (source (origin (method url-fetch) (uri (string-append "https://dev.yorhel.nl/download/ncdu-" version ".tar.gz")) (sha256 (base32 - "01946cqp5z38srbpq08d75f1n0cgpfyn8h8ppbaawnnq57ms23vw")))) + "0zdidd4rhik5j0qdrdg1yh9094jlw496q07vqx90gphc30ck0dih")))) (build-system gnu-build-system) (inputs (list ncurses)) (synopsis "Ncurses-based disk usage analyzer") @@ -53,9 +53,7 @@ run on a remote server where you don't have an entire graphical setup, but have to do with a simple SSH connection. ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.") - (license (x11-style - (string-append "https://g.blicky.net/ncdu.git/plain/COPYING?id=v" - version))) + (license (x11-style "file://COPYING")) (home-page "https://dev.yorhel.nl/ncdu"))) (define-public ncdu |