1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "protoc-gen-validate";
7 src = fetchFromGitHub {
9 repo = "protoc-gen-validate";
11 sha256 = "sha256-NPjBVd5Ch8h2+48uymMRjjY6nepmGiY8z9Kwt+wN4lI=";
14 vendorHash = "sha256-1bR6cV7R9JEmayE3XN2fcrPQL6xspkKb+WYf+IrOhds=";
16 excludedPackages = [ "tests" ];
19 description = "Protobuf plugin for generating polyglot message validators";
20 homepage = "https://github.com/envoyproxy/protoc-gen-validate";
21 license = licenses.asl20;
22 maintainers = with maintainers; [ matthewpi ];