zk: set main.Version build flag

This commit is contained in:
Daylin Morgan 2024-06-11 14:37:42 -05:00
parent 8d7a6772b4
commit 5ec3dfe4b9
No known key found for this signature in database
GPG Key ID: 950D13E9719334AD

View File

@ -17,7 +17,7 @@ buildGoModule rec {
CGO_ENABLED = 1;
ldflags = [ "-s" "-w" "-X=main.Build=${version}" ];
ldflags = [ "-s" "-w" "-X=main.Build=${version}" "-X=main.Version=${version}"];
tags = [ "fts5" ];