about summary refs log tree commit diff
path: root/pkgs/tools/system/tree/default.nix
diff options
context:
space:
mode:
authorAnders Claesson <akc@akc.is>2014-06-13 20:04:26 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-06-15 23:31:39 +0200
commit05402bc7c85c91c05147a996cb5661ba90e64117 (patch)
treecd241253dc6587a85e5839675b03b2090467abb5 /pkgs/tools/system/tree/default.nix
parentbf0bacdbf86498f09e108a714a5dcee2f496fdf5 (diff)
downloadnixlib-05402bc7c85c91c05147a996cb5661ba90e64117.tar
nixlib-05402bc7c85c91c05147a996cb5661ba90e64117.tar.gz
nixlib-05402bc7c85c91c05147a996cb5661ba90e64117.tar.bz2
nixlib-05402bc7c85c91c05147a996cb5661ba90e64117.tar.lz
nixlib-05402bc7c85c91c05147a996cb5661ba90e64117.tar.xz
nixlib-05402bc7c85c91c05147a996cb5661ba90e64117.tar.zst
nixlib-05402bc7c85c91c05147a996cb5661ba90e64117.zip
tree: update to version 1.7.0
Diffstat (limited to 'pkgs/tools/system/tree/default.nix')
-rw-r--r--pkgs/tools/system/tree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/tree/default.nix b/pkgs/tools/system/tree/default.nix
index 549cc449f024..afb6073b539e 100644
--- a/pkgs/tools/system/tree/default.nix
+++ b/pkgs/tools/system/tree/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl}:
 
 let
-  version = "1.6.0";
+  version = "1.7.0";
 
   # These settings are found in the Makefile, but there seems to be no
   # way to select one ore the other setting other than editing the file
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";
-    sha256 = "4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591";
+    sha256 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9";
   };
 
   configurePhase = ''