Merge pull request #197677 from r-ryantm/auto-update/tflint

tflint: 0.42.0 -> 0.42.1
This commit is contained in:
Fabian Affolter 2022-10-25 10:08:29 +02:00 committed by GitHub
commit da1a95c0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";