protoc-gen-twirp: 7.2.0 -> 8.0.0

master
Johannes Schleifenbaum 2021-05-04 08:43:51 +02:00
parent 3cc34f9e55
commit e5ce087e60
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "protoc-gen-twirp";
version = "7.2.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "twitchtv";
repo = "twirp";
rev = "v${version}";
sha256 = "sha256-W7t36F1St0YLPowHaZSboVNnvX7E2Lg5tPWeyeUSabA=";
sha256 = "sha256-lwozRwH96nh4Zlf6ggOF+FuUEfxkN38wxygg5HXw/M0=";
};
goPackagePath = "github.com/twitchtv/twirp";