Merge pull request #118924 from jojosch/protoc-gen-twirp-7.2.0

protoc-gen-twirp: 7.1.1 -> 7.2.0
This commit is contained in:
Sandro 2021-04-12 00:51:56 +02:00 committed by GitHub
commit 9a6063d568
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 = "7.1.1";
version = "7.2.0";
src = fetchFromGitHub {
owner = "twitchtv";
repo = "twirp";
rev = "v${version}";
sha256 = "sha256-GN7akAp0zzS8wVhgXlT1ceFUFKH4Sz74XQ8ofIE8T/k=";
sha256 = "sha256-W7t36F1St0YLPowHaZSboVNnvX7E2Lg5tPWeyeUSabA=";
};
goPackagePath = "github.com/twitchtv/twirp";
@ -18,6 +18,8 @@ buildGoPackage rec {
"protoc-gen-twirp_python"
];
doCheck = true;
meta = with lib; {
description = "A simple RPC framework with protobuf service definitions";
homepage = "https://github.com/twitchtv/twirp";