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
···1{ stdenv, fetchurl }:
23let
4- version = "1.7.0";
56 # These settings are found in the Makefile, but there seems to be no
7 # way to select one ore the other setting other than editing the file
···2829 src = fetchurl {
30 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";
31- sha256 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9";
32 };
3334 configurePhase = ''
···1{ stdenv, fetchurl }:
23let
4+ version = "1.8.0";
56 # These settings are found in the Makefile, but there seems to be no
7 # way to select one ore the other setting other than editing the file
···2829 src = fetchurl {
30 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";
31+ sha256 = "1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi";
32 };
3334 configurePhase = ''