tree: 2.2.1 -> 2.3.1

Diff: https://gitlab.com/OldManProgrammer/unix-tree/-/compare/2.2.1...2.3.1
This commit is contained in:
Doron Behar
2026-02-11 18:20:33 +02:00
parent fa0d18916d
commit 7bb3c8fbac
+2 -2
View File
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tree";
version = "2.2.1";
version = "2.3.1";
src = fetchFromGitLab {
owner = "OldManProgrammer";
repo = "unix-tree";
rev = finalAttrs.version;
hash = "sha256-sC3XdZWJSXyCIYr/Y41ogz5bNBTfwKjOFtYwhayXPhY=";
hash = "sha256-ks3bj916tDdizywQnZKNSAfA2AzWh3np2F6QN5eOzIc=";
};
preConfigure = ''