tflint: 0.42.0 -> 0.42.1

This commit is contained in:
R. Ryantm 2022-10-25 07:02:18 +00:00
parent eb8bbdc773
commit e241f02b54

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "tflint";
version = "0.42.0";
version = "0.42.1";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-stfHkQqgxlPJ6qMGZ+oCcp5M6GuL71GC8PE08lL8Fig=";
sha256 = "sha256-pcd9xyfH0n7UwR/Cyd+PSo9WPK1g7FaBhxOtlRttGEA=";
};
vendorSha256 = "sha256-Ced/3KY78wBSo02sbowV8eI1tHe+a6g9DnRQ3AXp8fU=";