protoc-gen-connect-go: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm 2024-03-21 09:35:25 +00:00
parent 6e6944dbcc
commit 9a54c1f0af
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "protoc-gen-connect-go";
version = "1.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "connectrpc";
repo = "connect-go";
rev = "refs/tags/v${version}";
hash = "sha256-0jQYZ4T3fE+TEQ/z9RooRqMtDCWHQUWzVCqEak6JKmQ=";
hash = "sha256-TtYqJCiXZh+ELYJ55D2g19kDYCESLLbMb5B/iaUMACc=";
};
vendorHash = "sha256-rQCKj1L0kQccxWCmR0+D4itypZqJ2YuBuzCkdOVLO/U=";
vendorHash = "sha256-+bWw4/ZqMeqnkXnV+vwq2mxgvew0KmLwNcu/xA2l4HI=";
subPackages = [
"cmd/protoc-gen-connect-go"