protoc-gen-twirp: 8.1.0 -> 8.1.1

This commit is contained in:
Johannes Schleifenbaum 2021-11-30 08:32:57 +01:00
parent af21d41260
commit 3c92df54cc
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "protoc-gen-twirp";
version = "8.1.0";
version = "8.1.1";
src = fetchFromGitHub {
owner = "twitchtv";
repo = "twirp";
rev = "v${version}";
sha256 = "sha256-ezSNrDfOE1nj4FlX7E7Z7/eGfQw1B7NP34aj8ml5pDk=";
sha256 = "sha256-PnL7jgxAx/Xk/wajtQ+Q1G9KLes2NVANF2YmBcGFqe0=";
};
goPackagePath = "github.com/twitchtv/twirp";