tfautomv: 0.5.4 -> 0.6.2

This commit is contained in:
Oliver Breitwieser
2024-08-13 22:44:13 +02:00
parent cdeeede4c3
commit 5614729b21
@@ -5,16 +5,19 @@
buildGoModule rec {
pname = "tfautomv";
version = "0.5.4";
version = "0.6.2";
src = fetchFromGitHub {
owner = "busser";
repo = pname;
rev = "v${version}";
hash = "sha256-irB0Kfd8eqIKq0ooJRxB0X4t2/1aFCNYRwaG6lAw3ic=";
hash = "sha256-qUeIbHJqxGkt2esMm4w6fM52ZE16jWnxugVXxqBh1Qc=";
};
vendorHash = "sha256-Wc5hpiHL5I01IodcHX0IzeKfthkFS7SuUxmaxOU6WkA=";
# checks require unfree programs like terraform/terragrunt
doCheck = false;
vendorHash = "sha256-BZ8IhVPxZTPQXBotFBrxV3dfwvst0te8R84I/urq3gY=";
ldflags = [ "-s" "-w" ];