protoc-gen-twirp: 8.1.2 -> 8.1.3

This commit is contained in:
R. Ryantm 2022-10-25 03:38:58 +00:00 committed by Bobby Rong
parent 6b77963839
commit e45050c5b2

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "protoc-gen-twirp";
version = "8.1.2";
version = "8.1.3";
src = fetchFromGitHub {
owner = "twitchtv";
repo = "twirp";
rev = "v${version}";
sha256 = "sha256-Nxh10jldRcNelfrLAbJanRN+YiK8uPHBw9fV1Uchbyg=";
sha256 = "sha256-p3gHVHGBHakOOQnJAuMK7vZumNXN15mOABuEHUG0wNs=";
};
goPackagePath = "github.com/twitchtv/twirp";