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

protoc-gen-connect-go: 1.0.0 -> 1.1.0
This commit is contained in:
Mario Rodas 2022-10-20 07:09:12 -05:00 committed by GitHub
commit 91771a962c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "protoc-gen-connect-go";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "connect-go";
rev = "v${version}";
sha256 = "sha256-SCTNgBOa8NnU+1OYEUXTHCCcDXVkzVj6wKkbBy+N9TI=";
sha256 = "sha256-v+WBO7gcoInI9MgEDxuz1kBSz0w5+RGpaXrqACE9WRA=";
};
vendorSha256 = "sha256-Bh2JCWTaML/QU/sLBsxLKMzzH++K22BTGusfcVW2GBw=";