about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-02-27 18:49:28 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-02-27 18:49:28 +0200
commitd189a57fd7decb26ea743f3e3c09e14f79f38148 (patch)
tree31f5f6ccd7c7a1155cef9a499c8fd69e859d6661 /pkgs/tools/misc
parent6ef0c3220edb7c11dc1f0aef8d885887ac68467f (diff)
downloadnixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.tar
nixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.tar.gz
nixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.tar.bz2
nixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.tar.lz
nixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.tar.xz
nixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.tar.zst
nixlib-d189a57fd7decb26ea743f3e3c09e14f79f38148.zip
ncdu: update from 1.8 to 1.10
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/ncdu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ncdu/default.nix b/pkgs/tools/misc/ncdu/default.nix
index 47b96023ce0f..ff751eb40da3 100644
--- a/pkgs/tools/misc/ncdu/default.nix
+++ b/pkgs/tools/misc/ncdu/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ncdu-${version}";
-  version = "1.8";
+  version = "1.10";
 
   src = fetchurl {
     url = "http://dev.yorhel.nl/download/${name}.tar.gz";
-    sha256 = "42aaf0418c05e725b39b220166a9c604a9c54c0fbf7692c9c119b36d0ed5d099";
+    sha256 = "0rqc5wpqcbfqpcwxgh3jxwa0yw2py0hv0acpsf0a9g6v9144m6gm";
   };
 
   buildInputs = [ ncurses ];