Merge pull request #213186 from r-ryantm/auto-update/protoc-gen-connect-go

protoc-gen-connect-go: 1.4.1 -> 1.5.0
This commit is contained in:
Weijia Wang 2023-01-28 21:22:42 +01:00 committed by GitHub
commit f69c8b761a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "protoc-gen-connect-go";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "connect-go";
rev = "refs/tags/v${version}";
hash = "sha256-9dLILgDolHgQx33dAtYT3RJ0scWUVh52z+2Fh6FS+K4=";
hash = "sha256-lk7PcSsqm2oLYerhXGxcyqkw5VJ46JIASU87ppybd78=";
};
vendorHash = "sha256-Bh2JCWTaML/QU/sLBsxLKMzzH++K22BTGusfcVW2GBw=";