Merge pull request #167483 from jojosch/twirp-update

protoc-gen-twirp: 8.1.1 -> 8.1.2
This commit is contained in:
Bobby Rong 2022-04-15 19:24:50 +08:00 committed by GitHub
commit 40585a6cc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "protoc-gen-twirp";
version = "8.1.1";
version = "8.1.2";
src = fetchFromGitHub {
owner = "twitchtv";
repo = "twirp";
rev = "v${version}";
sha256 = "sha256-PnL7jgxAx/Xk/wajtQ+Q1G9KLes2NVANF2YmBcGFqe0=";
sha256 = "sha256-Nxh10jldRcNelfrLAbJanRN+YiK8uPHBw9fV1Uchbyg=";
};
goPackagePath = "github.com/twitchtv/twirp";