kepubify: remove outdated tag

This commit is contained in:
zowoq 2022-02-11 10:33:41 +10:00
parent ce1346ad83
commit 0b73c4a1bc

View file

@ -13,9 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-eiFG6lgsY5hf+XT3Kf5uA4Ai8vBbPsh1T4ObV+rj30Y=";
# remove when built with >= go 1.17
tags = [ "zip117" ];
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
excludedPackages = [ "kobotest" ];