mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
protoc-gen-twirp_php: set version
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user