tflint: 0.38.1 -> 0.39.0

https://github.com/terraform-linters/tflint/releases/tag/v0.39.0
This commit is contained in:
Mario Rodas 2022-07-28 04:20:00 +00:00
parent 6af31b8b76
commit 73415450c9

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.38.1";
version = "0.39.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sBvfcAOkfZ5V7SrLBWrSQr5zXwqbwOBmYehujk0y6eg=";
sha256 = "sha256-hyaYHn2Hzq6k4HSSy86zloLG1Sy/hpHpmj1xUD2UoG8=";
};
vendorSha256 = "sha256-2v070TwDWkN4HZ/EOu85lotA9qIKLgpwD9TrfH7pGY4=";
vendorSha256 = "sha256-6sk1bFuSCrKt9uMrrwOpX/SBZrjFvtqVPFylbRNHpz4=";
doCheck = false;