2022-11-29T15:37:16 protoc-gen-connect-go 1.1.0 -> 1.2.0 https://github.com/bufbuild/connect-go/releases 2022-11-29T15:37:19 attrpath: protoc-gen-connect-go 2022-11-29T15:37:19 Checking auto update branch... 2022-11-29T15:37:19 No auto update branch exists 2022-11-29T15:37:19 Old version 1.1.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "protoc-gen-connect-go"; version = "1.2.0"; src = fetchFromGitHub { owner = "bufbuild"; repo = "connect-go"; rev = "v${version}"; sha256 = "sha256-h1zZ4xYGS/zemb/vPvDGHRiIm4bCLeghhqHft2ll+oY="; }; vendorSha256 = "sha256-Bh2JCWTaML/QU/sLBsxLKMzzH++K22BTGusfcVW2GBw="; subPackages = [ "cmd/protoc-gen-connect-go" ]; meta = with lib; { description = "Simple, reliable, interoperable. A better gRPC."; homepage = "https://github.com/bufbuild/connect-go"; license = licenses.asl20; maintainers = with maintainers; [ kilimnik ]; }; }