1 { buildGoModule, fetchFromGitHub, lib }:
4 pname = "proto-contrib";
7 src = fetchFromGitHub {
11 sha256 = "0ksxic7cypv9gg8q5lkl5bla1n9i65z7b03cx9lwq6252glmf2jk";
14 vendorHash = "sha256-XAFB+DDWN7CLfNxIBqYJy88gUNrUJYExzy2/BFnBe8c=";
19 description = "Contributed tools and other packages on top of the Go proto package";
20 homepage = "https://github.com/emicklei/proto-contrib";
21 license = licenses.mit;
22 maintainers = with maintainers; [ kalbasit ];