Merge pull request #114368 from flokli/k2tf-version

k2tf: fix version
This commit is contained in:
Florian Klink 2021-02-25 16:16:57 +01:00 committed by GitHub
commit ed8a120655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,8 @@ buildGoModule rec {
vendorSha256 = "1c2mwhrj0xapc661z1nb6am4qq3rd1pvbvjaxikjyx95n0gs8gjk";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version} -X main.commit=v${version}" ];
meta = with lib; {
description = "Kubernetes YAML to Terraform HCL converter";
homepage = "https://github.com/sl1pm4t/k2tf";