11 src = fetchFromGitHub {
15 hash = "sha256-0Cp/OnFvVZj9UZgl3F5MCzemBaHI4smGWU46VQnhLOg=";
18 vendorHash = "sha256-JbBXRkxnB7LeeWdBLIQvyjvWo0zZ1EOuEUPXxHWiq+E=";
22 subPackages = [ "." ];
27 homepage = "https://github.com/mna/pigeon";
28 description = "PEG parser generator for Go";
29 mainProgram = "pigeon";
30 maintainers = with lib.maintainers; [ zimbatm ];
31 license = with lib.licenses; [ bsd3 ];