Merge pull request #147987 from jojosch/protoc-gen-twirp-8.1.1
This commit is contained in:
commit
27230edaf9
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "protoc-gen-twirp";
|
pname = "protoc-gen-twirp";
|
||||||
version = "8.1.0";
|
version = "8.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "twitchtv";
|
owner = "twitchtv";
|
||||||
repo = "twirp";
|
repo = "twirp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ezSNrDfOE1nj4FlX7E7Z7/eGfQw1B7NP34aj8ml5pDk=";
|
sha256 = "sha256-PnL7jgxAx/Xk/wajtQ+Q1G9KLes2NVANF2YmBcGFqe0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/twitchtv/twirp";
|
goPackagePath = "github.com/twitchtv/twirp";
|
||||||
|
|
Loading…
Reference in a new issue