protoc-gen-twirp: 7.1.1 -> 7.2.0

This commit is contained in:
Johannes Schleifenbaum 2021-04-09 21:29:37 +02:00
parent 97cdea3f94
commit 3b46cdcc61
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "protoc-gen-twirp"; pname = "protoc-gen-twirp";
version = "7.1.1"; version = "7.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "twitchtv"; owner = "twitchtv";
repo = "twirp"; repo = "twirp";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-GN7akAp0zzS8wVhgXlT1ceFUFKH4Sz74XQ8ofIE8T/k="; sha256 = "sha256-W7t36F1St0YLPowHaZSboVNnvX7E2Lg5tPWeyeUSabA=";
}; };
goPackagePath = "github.com/twitchtv/twirp"; goPackagePath = "github.com/twitchtv/twirp";
@ -18,6 +18,8 @@ buildGoPackage rec {
"protoc-gen-twirp_python" "protoc-gen-twirp_python"
]; ];
doCheck = true;
meta = with lib; { meta = with lib; {
description = "A simple RPC framework with protobuf service definitions"; description = "A simple RPC framework with protobuf service definitions";
homepage = "https://github.com/twitchtv/twirp"; homepage = "https://github.com/twitchtv/twirp";