tflint: 0.41.0 -> 0.42.0

https://github.com/terraform-linters/tflint/releases/tag/v0.42.0
This commit is contained in:
Mario Rodas 2022-10-23 04:20:00 +00:00
parent 419fcc78bf
commit e08b66a7e3

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-u2k812oGePSxhWkU2iXzIRnZFfnECXPV5Ocq9jwywb4=";
sha256 = "sha256-stfHkQqgxlPJ6qMGZ+oCcp5M6GuL71GC8PE08lL8Fig=";
};
vendorSha256 = "sha256-W9dKOxyLIplCQVOJGMvdSsaOFfUkCiS615NVzQFR+DM=";
vendorSha256 = "sha256-Ced/3KY78wBSo02sbowV8eI1tHe+a6g9DnRQ3AXp8fU=";
doCheck = false;