Merge pull request #115061 from kalekseev/fix/mailhog
mailhog: fix --version output
This commit is contained in:
commit
f5aaf94ab3
@ -13,6 +13,8 @@ buildGoPackage rec {
|
|||||||
sha256 = "124216850572r1h0ii7ad6jd1cd5czcvkz7k2jzvjb4pv2kl8p3y";
|
sha256 = "124216850572r1h0ii7ad6jd1cd5czcvkz7k2jzvjb4pv2kl8p3y";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Web and API based SMTP testing";
|
description = "Web and API based SMTP testing";
|
||||||
homepage = "https://github.com/mailhog/MailHog";
|
homepage = "https://github.com/mailhog/MailHog";
|
||||||
|
Loading…
Reference in New Issue
Block a user