1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-AfyZ6xlqmrsVqtoKV1XMEo/Vba9Kpu1EgwfF6pPSZ64=";
14 vendorHash = "sha256-jGAWUgW0DA7EwmlzVxnBmtbf2dp+P4Qwcb8mTAEhUi4=";
17 homepage = "https://github.com/golang/protobuf";
18 description = " Go bindings for protocol buffer";
19 maintainers = with maintainers; [ lewo ];
20 license = licenses.bsd3;