helm-docs: fix version

This commit is contained in:
Jos van Bakel 2023-05-02 11:53:48 +02:00
parent 44f30edf56
commit 44c99198ae
No known key found for this signature in database
GPG Key ID: 7803EFCB0768A6FB

View File

@ -17,7 +17,7 @@ buildGoModule rec {
ldflags = [
"-w"
"-s"
"-X main.version=v${version}"
"-X main.version=${version}"
];
meta = with lib; {