protoc-gen-twirp_php: set version

This commit is contained in:
Johannes Schleifenbaum 2022-02-07 11:37:02 +01:00
parent 5f63e522ac
commit dcbe74f3d7
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -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";