···23let
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"
···18in
19stdenv.mkDerivation rec {
20 pname = "tree";
21- version = "2.0.4";
2223 src = fetchFromGitLab {
24 owner = "OldManProgrammer";
25 repo = "unix-tree";
26 rev = version;
27- sha256 = "sha256-2voXL31JHh09yBBLuHhYyZsUapiPVF/cgRmTU6wSXk4=";
28 };
2930 preConfigure = ''
···23let
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"
···18in
19stdenv.mkDerivation rec {
20 pname = "tree";
21+ version = "2.1.1";
2223 src = fetchFromGitLab {
24 owner = "OldManProgrammer";
25 repo = "unix-tree";
26 rev = version;
27+ sha256 = "sha256-aPz1ROUeAKDmMjEtAaL2AguF54/CbIYWpL4Qovv2ftQ=";
28 };
2930 preConfigure = ''