container2wasm: fix version in help output

This commit is contained in:
Fabian Affolter 2023-10-02 22:29:25 +02:00
parent 5d67dd663e
commit 9f5a28917f

View File

@ -19,6 +19,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X=github.com/ktock/container2wasm/version.Version=${version}"
];
subPackages = [