about summary refs log tree commit diff
path: root/pkgs/tools/system/tree
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-17 23:04:14 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-17 23:04:14 -0800
commitaf22c2bd7b2d0797cfd67b603dd4a728450cb763 (patch)
tree55e9e335db64594576f131f1c04ae057b3e8b5a3 /pkgs/tools/system/tree
parent968b20e2c7405f27830b6f10a8cac975e965dc94 (diff)
downloadnixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.tar
nixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.tar.gz
nixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.tar.bz2
nixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.tar.lz
nixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.tar.xz
nixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.tar.zst
nixlib-af22c2bd7b2d0797cfd67b603dd4a728450cb763.zip
tree: 1.7.0 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tree/versions
Diffstat (limited to 'pkgs/tools/system/tree')
-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 e34bd5f8e133..d798c98679c5 100644
--- a/pkgs/tools/system/tree/default.nix
+++ b/pkgs/tools/system/tree/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl }:
 
 let
-  version = "1.7.0";
+  version = "1.8.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 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9";
+    sha256 = "1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi";
   };
 
   configurePhase = ''