6 pname = "protoc-gen-go-vtproto";
9 src = fetchFromGitHub {
10 owner = "planetscale";
13 sha256 = "sha256-ji6elc0hN49A4Ov/ckd8chPR4/8ZX11THzVz9HJGui4=";
16 vendorHash = "sha256-UMOEePOtOtmm9ShQy5LXcEUTv8/SIG9dU7/9vLhrBxQ=";
18 excludedPackages = [ "conformance" ];
21 description = "A Protocol Buffers compiler that generates optimized marshaling & unmarshaling Go code for ProtoBuf APIv2";
22 mainProgram = "protoc-gen-go-vtproto";
23 homepage = "https://github.com/planetscale/vtprotobuf";
24 license = licenses.bsd3;
25 maintainers = [ maintainers.zane ];