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