3
0
Fork 0
forked from mirrors/nixpkgs

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

protoc-gen-connect-go: 1.5.0 -> 1.5.2
This commit is contained in:
Mario Rodas 2023-02-22 20:31:19 -05:00 committed by GitHub
commit 19ff7ec33f
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.5.0";
version = "1.5.2";
src = fetchFromGitHub {
owner = "bufbuild";
repo = "connect-go";
rev = "refs/tags/v${version}";
hash = "sha256-lk7PcSsqm2oLYerhXGxcyqkw5VJ46JIASU87ppybd78=";
hash = "sha256-tZNMxheADUhHBOKtFBezOYiLWTR0Ztviq05ogh+uwXw=";
};
vendorHash = "sha256-Bh2JCWTaML/QU/sLBsxLKMzzH++K22BTGusfcVW2GBw=";