tree: 2.3.1 -> 2.3.2 (#514643)

This commit is contained in:
Pol Dellaiera 2026-04-29 07:15:46 +00:00 committed by GitHub
commit 9b325651d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "tree";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitLab {
owner = "OldManProgrammer";
repo = "unix-tree";
rev = finalAttrs.version;
hash = "sha256-ks3bj916tDdizywQnZKNSAfA2AzWh3np2F6QN5eOzIc=";
hash = "sha256-hmnBG96qQXvTulPnUYyliqidfKC+Wvky+d7xzYrCdTw=";
};
preConfigure = ''