7 pname = "protoc-gen-connect-go";
10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-GF7J21Y27LmKuDjuk2omQo2xV5pDo2GQXyu9SLwG0fs=";
17 vendorHash = "sha256-j5T1Ho3K0kPZOo5LA6Md06W/gF6DmEElGt9BvceBtTo=";
20 "cmd/protoc-gen-connect-go"
29 description = "Simple, reliable, interoperable, better gRPC";
30 mainProgram = "protoc-gen-connect-go";
31 homepage = "https://github.com/connectrpc/connect-go";
32 changelog = "https://github.com/connectrpc/connect-go/releases/tag/v${version}";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ kilimnik jk ];