protoc-gen-go: 1.28.1 -> 1.29.0

This commit is contained in:
Johannes Schleifenbaum 2023-03-13 11:57:29 +01:00
parent 0a0b081e09
commit daeaaf78a5
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

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=";