protoc-gen-twirp: 8.1.1 -> 8.1.2

This commit is contained in:
Johannes Schleifenbaum 2022-04-06 08:33:52 +02:00
parent b6966d911d
commit e251a4e67f
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 = "8.1.1"; version = "8.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "twitchtv"; owner = "twitchtv";
repo = "twirp"; repo = "twirp";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-PnL7jgxAx/Xk/wajtQ+Q1G9KLes2NVANF2YmBcGFqe0="; sha256 = "sha256-Nxh10jldRcNelfrLAbJanRN+YiK8uPHBw9fV1Uchbyg=";
}; };
goPackagePath = "github.com/twitchtv/twirp"; goPackagePath = "github.com/twitchtv/twirp";