Skip to content

Commit

Permalink
Merge pull request #196806 from r-ryantm/auto-update/protoc-gen-conne…
Browse files Browse the repository at this point in the history
…ct-go

protoc-gen-connect-go: 1.0.0 -> 1.1.0
  • Loading branch information
marsam committed Oct 20, 2022
2 parents 51b5f09 + 7d8cc18 commit 91771a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/protoc-gen-connect-go/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "protoc-gen-connect-go";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
owner = "bufbuild";
repo = "connect-go";
rev = "v${version}";
sha256 = "sha256-SCTNgBOa8NnU+1OYEUXTHCCcDXVkzVj6wKkbBy+N9TI=";
sha256 = "sha256-v+WBO7gcoInI9MgEDxuz1kBSz0w5+RGpaXrqACE9WRA=";
};

vendorSha256 = "sha256-Bh2JCWTaML/QU/sLBsxLKMzzH++K22BTGusfcVW2GBw=";
Expand Down

0 comments on commit 91771a9

Please sign in to comment.