1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-jIXyqwZWfCBSDTTodHTct4V5rjYv7h4Vcw7cXOFk17w=";
14 vendorHash = "sha256-TSN5M/UCTtfoTf1hDCfrJMCFdSwL/NVXssgt4aefom8=";
17 description = "Convert lines of text into a tree structure";
18 mainProgram = "frangipanni";
19 homepage = "https://github.com/birchb1024/frangipanni";
20 license = licenses.mit;
21 maintainers = with maintainers; [ siraben ];