tree: 2.0.2 -> 2.0.4

This commit is contained in:
R. Ryantm 2022-10-01 03:02:52 +00:00
parent 3b5295131d
commit a29c38fe52

View file

@ -18,13 +18,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tree"; pname = "tree";
version = "2.0.2"; version = "2.0.4";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "OldManProgrammer"; owner = "OldManProgrammer";
repo = "unix-tree"; repo = "unix-tree";
rev = version; rev = version;
sha256 = "sha256-ex4fD8dZJGplL3oMaSokMBn6PRJ8/s83CnWQaAjBcao="; sha256 = "sha256-2voXL31JHh09yBBLuHhYyZsUapiPVF/cgRmTU6wSXk4=";
}; };
preConfigure = '' preConfigure = ''