Merge pull request #127072 from jojosch/twirp-8.1.0

This commit is contained in:
Sandro 2021-06-16 17:43:45 +02:00 committed by GitHub
commit f68a20933e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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