summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2024-12-31 18:27:29 +0800
committerHilton Chain <hako@ultrarare.space>2024-12-31 18:55:07 +0800
commitc28b941aaa50374ef11f478366b4e38642bcc725 (patch)
treef4cea47cc619d0e7dddf2c0d406a103576df6e56
parent83fc6cd594859cafa56acf7b17eeefab53afe4be (diff)
gnu: ncdu: Update to 2.7.
* gnu/packages/ncdu.scm (ncdu): Update to 2.7. Change-Id: I284717a1552c6a2c66646aa2373e9e370f3a5ecd
-rw-r--r--gnu/packages/ncdu.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index bbbb2fea26..6356470467 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -62,14 +62,14 @@ ncurses installed.")
(package
(inherit ncdu-1)
(name "ncdu")
- (version "2.6")
+ (version "2.7")
(source (origin
(method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz"))
(sha256
(base32
- "01g5mpvsm78lkd0yin82gyancrl23npy69qcp3d60vmm72yiwirz"))))
+ "001hp47g45rlmbirg85cqflfg049xhdf5d0xjp7m565vl8acq65j"))))
(build-system zig-build-system)
(arguments
(list #:install-source? #f