Merge pull request #193826 from r-ryantm/auto-update/tree

tree: 2.0.2 -> 2.0.4
This commit is contained in:
Mario Rodas
2022-10-01 06:40:54 -05:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation rec {
pname = "tree";
version = "2.0.2";
version = "2.0.4";
src = fetchFromGitLab {
owner = "OldManProgrammer";
repo = "unix-tree";
rev = version;
sha256 = "sha256-ex4fD8dZJGplL3oMaSokMBn6PRJ8/s83CnWQaAjBcao=";
sha256 = "sha256-2voXL31JHh09yBBLuHhYyZsUapiPVF/cgRmTU6wSXk4=";
};
preConfigure = ''