protoc-gen-twirp: 7.2.0 -> 8.0.0

wip/little-gl
Johannes Schleifenbaum 3 years ago
parent 3cc34f9e55
commit e5ce087e60
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 = "7.2.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "twitchtv";
repo = "twirp";
rev = "v${version}";
sha256 = "sha256-W7t36F1St0YLPowHaZSboVNnvX7E2Lg5tPWeyeUSabA=";
sha256 = "sha256-lwozRwH96nh4Zlf6ggOF+FuUEfxkN38wxygg5HXw/M0=";
};
goPackagePath = "github.com/twitchtv/twirp";

Loading…
Cancel
Save