Merge pull request #237953 from 6t8k/tree_2.0.4-2.1.1

tree: 2.0.4 -> 2.1.1

authored by Sandro and committed by GitHub 921865eb c295e031

+3 -3
+3 -3
pkgs/tools/system/tree/default.nix
··· 2 2 3 3 let 4 4 # These settings are found in the Makefile, but there seems to be no 5 - # way to select one ore the other setting other than editing the file 5 + # way to select one or the other setting other than editing the file 6 6 # manually, so we have to duplicate the know how here. 7 7 systemFlags = lib.optionalString stdenv.isDarwin '' 8 8 CFLAGS="-O2 -Wall -fomit-frame-pointer -no-cpp-precomp" ··· 18 18 in 19 19 stdenv.mkDerivation rec { 20 20 pname = "tree"; 21 - version = "2.0.4"; 21 + version = "2.1.1"; 22 22 23 23 src = fetchFromGitLab { 24 24 owner = "OldManProgrammer"; 25 25 repo = "unix-tree"; 26 26 rev = version; 27 - sha256 = "sha256-2voXL31JHh09yBBLuHhYyZsUapiPVF/cgRmTU6wSXk4="; 27 + sha256 = "sha256-aPz1ROUeAKDmMjEtAaL2AguF54/CbIYWpL4Qovv2ftQ="; 28 28 }; 29 29 30 30 preConfigure = ''