protoc-gen-go 1.28.1 -> 1.29.0 https://github.com/protocolbuffers/protobuf-go/releases attrpath: protoc-gen-go Checking auto update branch... No auto update branch exists Old version 1.28.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "protoc-gen-go"; version = "1.29.0"; src = fetchFromGitHub { owner = "protocolbuffers"; repo = "protobuf-go"; rev = "v${version}"; sha256 = "sha256-su8upKXi7mvalk+Fa/sGGFizAXisHiBCc5OVIizujwI="; }; vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y="; subPackages = [ "cmd/protoc-gen-go" ]; meta = with lib; { description = "Go support for Google's protocol buffers"; homepage = "https://google.golang.org/protobuf"; license = licenses.bsd3; maintainers = with maintainers; [ jojosch ]; }; }