tree: 2.1.2 -> 2.1.3

Diff: https://gitlab.com/OldManProgrammer/unix-tree/-/compare/2.1.2...2.1.3
This commit is contained in:
Nick Cao 2024-07-12 16:36:42 -04:00
parent 4496b8e188
commit 78f34ad9b4
No known key found for this signature in database

View File

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