protoc-gen-connect-go: 1.3.1 -> 1.4.1

This commit is contained in:
R. Ryantm 2022-12-24 20:35:31 +00:00 committed by Bobby Rong
parent 7d23b13948
commit 4c20b48ed9

View File

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