1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-0Cp/OnFvVZj9UZgl3F5MCzemBaHI4smGWU46VQnhLOg=";
14 vendorHash = "sha256-JbBXRkxnB7LeeWdBLIQvyjvWo0zZ1EOuEUPXxHWiq+E=";
18 subPackages = [ "." ];
23 homepage = "https://github.com/mna/pigeon";
24 description = "A PEG parser generator for Go";
25 mainProgram = "pigeon";
26 maintainers = with lib.maintainers; [ zimbatm ];
27 license = with lib.licenses; [ bsd3 ];