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
···11{ stdenv, fetchurl }:
2233let
44- version = "1.7.0";
44+ version = "1.8.0";
5566 # These settings are found in the Makefile, but there seems to be no
77 # way to select one ore the other setting other than editing the file
···28282929 src = fetchurl {
3030 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";
3131- sha256 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9";
3131+ sha256 = "1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi";
3232 };
33333434 configurePhase = ''