···2233let
44 # These settings are found in the Makefile, but there seems to be no
55- # way to select one ore the other setting other than editing the file
55+ # way to select one or the other setting other than editing the file
66 # manually, so we have to duplicate the know how here.
77 systemFlags = lib.optionalString stdenv.isDarwin ''
88 CFLAGS="-O2 -Wall -fomit-frame-pointer -no-cpp-precomp"
···1818in
1919stdenv.mkDerivation rec {
2020 pname = "tree";
2121- version = "2.0.4";
2121+ version = "2.1.1";
22222323 src = fetchFromGitLab {
2424 owner = "OldManProgrammer";
2525 repo = "unix-tree";
2626 rev = version;
2727- sha256 = "sha256-2voXL31JHh09yBBLuHhYyZsUapiPVF/cgRmTU6wSXk4=";
2727+ sha256 = "sha256-aPz1ROUeAKDmMjEtAaL2AguF54/CbIYWpL4Qovv2ftQ=";
2828 };
29293030 preConfigure = ''