protoc-gen-twirp_php: set version

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

@ -15,6 +15,10 @@ buildGoModule rec {
subPackages = [ "protoc-gen-twirp_php" ];
ldflags = [
"-X main.version=${version}"
];
meta = with lib; {
description = "PHP port of Twitch's Twirp RPC framework";
homepage = "https://github.com/twirphp/twirp";

Loading…
Cancel
Save