1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "protoc-gen-entgrpc";
7 src = fetchFromGitHub {
11 sha256 = "sha256-hK4I2LVvw7hkbUKRuDoaRuNX3nwlwipYucnXwzOCcXs=";
14 vendorSha256 = "sha256-bAM+NxD7mNd2fFxRDHCAzJTD7PVfT/9XHF88v9RHKwE=";
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 downloadPage = "https://github.com/ent/contrib/";
23 license = licenses.asl20;
24 homepage = "https://entgo.io/";
25 maintainers = with maintainers; [ ];