1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "protoc-gen-entgrpc";
7 src = fetchFromGitHub {
11 sha256 = "sha256-bEJjVNWd4NsUdWPqMZQ86U9F32q5M1iBRcS9MYDp9GE=";
14 vendorHash = "sha256-DgqCGXqEnLBxyLZJrTRZIeBIrHYA7TNMV4WTk/3IS8Y=";
16 subPackages = [ "entproto/cmd/protoc-gen-entgrpc" ];
18 ldflags = [ "-s" "-w" ];
21 description = "Generator of an implementation of the service interface for ent protobuff";
22 mainProgram = "protoc-gen-entgrpc";
23 downloadPage = "https://github.com/ent/contrib/";
24 license = licenses.asl20;
25 homepage = "https://entgo.io/";
26 maintainers = with maintainers; [ ];