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

tflint: 0.50.0 -> 0.50.1
This commit is contained in:
Mario Rodas 2024-01-12 00:18:08 -05:00 committed by GitHub
commit 5b28af463f
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.50.0";
version = "0.50.1";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-+DTq9gb2zaXT7bSgRCJpco4ppRkTAyrWcxJfBLnwGMI=";
hash = "sha256-r/mVLgJudHyNvQa9H9pQ1qhiFx11RikIg4IIz5tC6Us=";
};
vendorHash = "sha256-iyJx5dp+NYbaJhZL67ZjFd28ms3vyF38z9P8qJscryQ=";