3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #220977 from jojosch/protoc-gen-go-update

protoc-gen-go: 1.28.1 -> 1.29.0
This commit is contained in:
Mario Rodas 2023-03-13 07:17:09 -05:00 committed by GitHub
commit 852dae1e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "protoc-gen-go";
version = "1.28.1";
version = "1.29.0";
src = fetchFromGitHub {
owner = "protocolbuffers";
repo = "protobuf-go";
rev = "v${version}";
sha256 = "sha256-7Cg7fByLR9jX3OSCqJfLw5PAHDQi/gopkjtkbobnyWM=";
sha256 = "sha256-su8upKXi7mvalk+Fa/sGGFizAXisHiBCc5OVIizujwI=";
};
vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y=";