protoc-gen-go: 1.28.0 -> 1.28.1

This commit is contained in:
Johannes Schleifenbaum 2022-07-29 08:39:31 +02:00
parent 2d4cd6f07f
commit d881abf6c2
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.0";
version = "1.28.1";
src = fetchFromGitHub {
owner = "protocolbuffers";
repo = "protobuf-go";
rev = "v${version}";
sha256 = "sha256-GXXhBXzeFgS4DjY3jDRaJu/9PbfUnmWJiE4BwDBh7Ns=";
sha256 = "sha256-7Cg7fByLR9jX3OSCqJfLw5PAHDQi/gopkjtkbobnyWM=";
};
vendorSha256 = "sha256-yb8l4ooZwqfvenlxDRg95rqiL+hmsn0weS/dPv/oD2Y=";