protoc-gen-go: 1.27.1 -> 1.28.0

This commit is contained in:
Johannes Schleifenbaum 2022-03-23 08:35:47 +01:00
parent ddcca20594
commit c4defd8a12
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "protoc-gen-go"; pname = "protoc-gen-go";
version = "1.27.1"; version = "1.28.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "protocolbuffers"; owner = "protocolbuffers";
repo = "protobuf-go"; repo = "protobuf-go";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-wkUvMsoJP38KMD5b3Fz65R1cnpeTtDcVqgE7tNlZXys="; sha256 = "sha256-GXXhBXzeFgS4DjY3jDRaJu/9PbfUnmWJiE4BwDBh7Ns=";
}; };
vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y="; vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y=";