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