Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+2 -2
+2 -2
pkgs/tools/system/tree/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 let 4 - version = "1.7.0"; 4 + version = "1.8.0"; 5 5 6 6 # These settings are found in the Makefile, but there seems to be no 7 7 # way to select one ore the other setting other than editing the file ··· 28 28 29 29 src = fetchurl { 30 30 url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz"; 31 - sha256 = "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9"; 31 + sha256 = "1hmpz6k0mr6salv0nprvm1g0rdjva1kx03bdf1scw8a38d5mspbi"; 32 32 }; 33 33 34 34 configurePhase = ''