about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-15 22:28:02 -0500
committerGitHub <noreply@github.com>2020-06-15 22:28:02 -0500
commitbe5d6461298834b8d433ea501cd477cb5c901116 (patch)
tree06816e8f1d0217a16ea7e4fac96db8f968798cc7 /pkgs/tools
parent823d6c1b948b9a16220e78a072cc181c2287f794 (diff)
parentb254684245298df9ca9424b022f45e39a1fd4bcb (diff)
Merge pull request #90410 from zowoq/ncdu
ncdu: 1.15 -> 1.15.1
Diffstat (limited to 'pkgs/tools')
-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 71b7f9c6cd473..2d56ab9c09bd4 100644
--- a/pkgs/tools/misc/ncdu/default.nix
+++ b/pkgs/tools/misc/ncdu/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ncdu";
-  version = "1.15";
+  version = "1.15.1";
 
   src = fetchurl {
     url = "https://dev.yorhel.nl/download/${pname}-${version}.tar.gz";
-    sha256 = "1ywpa8yg74a5xa46f0qig92xw5z5s1lmspwzcslr497brk2ksnaa";
+    sha256 = "1c1zxalm5asyhn4p1hd51h7khw17515gbqmvdz63kc8xpx6xqbdh";
   };
 
   buildInputs = [ ncurses ];