12 src = fetchFromGitHub {
16 hash = "sha256-dtKT2T8GNcR5ux1whFrXgJ08XHJWS76M/wmAtBHDLUI=";
19 vendorHash = "sha256-wiPHK5RjMBMLHx3Vv2zWoZc1wWJ1IVxu8dIbO9fPaPQ=";
28 "-X=main.Version=${version}"
29 "-X=main.Revision=${src.rev}"
33 version = testers.testVersion {
39 description = "Generate directory trees and directories using Markdown or programmatically";
40 mainProgram = "gtree";
41 homepage = "https://github.com/ddddddO/gtree";
42 changelog = "https://github.com/ddddddO/gtree/releases/tag/${src.rev}";
43 license = licenses.bsd2;
44 maintainers = with maintainers; [ figsoda ];