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

tflint: 0.39.0 -> 0.39.1
This commit is contained in:
Fabian Affolter
2022-07-31 10:23:51 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tflint";
version = "0.39.0";
version = "0.39.1";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hyaYHn2Hzq6k4HSSy86zloLG1Sy/hpHpmj1xUD2UoG8=";
sha256 = "sha256-ELf1keTf/iznOBZNvyliAH/4UQo5w8CNEJNf0Z6eDV8=";
};
vendorSha256 = "sha256-6sk1bFuSCrKt9uMrrwOpX/SBZrjFvtqVPFylbRNHpz4=";