Merge pull request #115061 from kalekseev/fix/mailhog

mailhog: fix --version output
This commit is contained in:
Sandro 2021-03-04 18:27:59 +01:00 committed by GitHub
commit f5aaf94ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ buildGoPackage rec {
sha256 = "124216850572r1h0ii7ad6jd1cd5czcvkz7k2jzvjb4pv2kl8p3y";
};
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
meta = with lib; {
description = "Web and API based SMTP testing";
homepage = "https://github.com/mailhog/MailHog";