protoc-gen-twirp: 8.1.1 -> 8.1.2

main
Johannes Schleifenbaum 2 years ago
parent b6966d911d
commit e251a4e67f
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0
  1. 4
      pkgs/development/tools/protoc-gen-twirp/default.nix

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

Loading…
Cancel
Save