tree: 2.1.3 -> 2.2.1

This commit is contained in:
R. Ryantm 2024-12-03 02:30:16 +00:00
parent 6369dcd132
commit d00977e384

View File

@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation rec {
pname = "tree";
version = "2.1.3";
version = "2.2.1";
src = fetchFromGitLab {
owner = "OldManProgrammer";
repo = "unix-tree";
rev = version;
hash = "sha256-Adc/BLKIzwjJztNxF4scmnsufoc/++x1F1IaobMn1rc=";
hash = "sha256-sC3XdZWJSXyCIYr/Y41ogz5bNBTfwKjOFtYwhayXPhY=";
};
preConfigure = ''