protoc-gen-twirp: 8.0.0 -> 8.1.0

This commit is contained in:
Johannes Schleifenbaum 2021-06-16 13:21:26 +02:00
parent ce591b7b1b
commit 728c149ebd
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -2,20 +2,19 @@
buildGoPackage rec { buildGoPackage rec {
pname = "protoc-gen-twirp"; pname = "protoc-gen-twirp";
version = "8.0.0"; version = "8.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "twitchtv"; owner = "twitchtv";
repo = "twirp"; repo = "twirp";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-lwozRwH96nh4Zlf6ggOF+FuUEfxkN38wxygg5HXw/M0="; sha256 = "sha256-ezSNrDfOE1nj4FlX7E7Z7/eGfQw1B7NP34aj8ml5pDk=";
}; };
goPackagePath = "github.com/twitchtv/twirp"; goPackagePath = "github.com/twitchtv/twirp";
subPackages = [ subPackages = [
"protoc-gen-twirp" "protoc-gen-twirp"
"protoc-gen-twirp_python"
]; ];
doCheck = true; doCheck = true;