tflint: 0.50.0 -> 0.50.1

This commit is contained in:
R. Ryantm 2024-01-09 13:15:25 +00:00
parent 1e4909f24b
commit c73505f25e

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