protoc-gen-twirp_php: set version

This commit is contained in:
Johannes Schleifenbaum
2022-02-07 11:42:06 +01:00
parent 5f63e522ac
commit dcbe74f3d7
@@ -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";