protoc-gen-go: 1.29.0 -> 1.29.1

This commit is contained in:
Johannes Schleifenbaum 2023-03-14 11:08:23 +01:00
parent 3c66f2de15
commit 490b338580
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.29.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "protocolbuffers";
repo = "protobuf-go";
rev = "v${version}";
sha256 = "sha256-su8upKXi7mvalk+Fa/sGGFizAXisHiBCc5OVIizujwI=";
sha256 = "sha256-xlRHhr25+gXlO6ggIQgijWYzIVZCpRVCnuLnSW1r15s=";
};
vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y=";