We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a52d7f + 370293c commit d91bc73Copy full SHA for d91bc73
pkgs/by-name/pr/protoc-gen-connect-go/package.nix
@@ -6,13 +6,13 @@
6
7
buildGoModule rec {
8
pname = "protoc-gen-connect-go";
9
- version = "1.17.0";
+ version = "1.18.0";
10
11
src = fetchFromGitHub {
12
owner = "connectrpc";
13
repo = "connect-go";
14
tag = "v${version}";
15
- hash = "sha256-GF7J21Y27LmKuDjuk2omQo2xV5pDo2GQXyu9SLwG0fs=";
+ hash = "sha256-/RfGduRfXEZO66qhKOOMpESNxBghjqf/vbg1gkCPyHM=";
16
};
17
18
vendorHash = "sha256-j5T1Ho3K0kPZOo5LA6Md06W/gF6DmEElGt9BvceBtTo=";
0 commit comments