gotestsum: fix package name in ldflags

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-09-25 01:49:06 +02:00
parent 5cdf7377c1
commit b7d6c64871
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E

View file

@ -15,7 +15,7 @@ buildGoModule rec {
doCheck = false;
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
ldflags = [ "-s" "-w" "-X gotest.tools/gotestsum/cmd.version=${version}" ];
subPackages = [ "." ];