tflint: 0.45.0 -> 0.46.0

https://github.com/terraform-linters/tflint/releases/tag/v0.46.0
This commit is contained in:
Mario Rodas
2023-04-09 04:20:00 +00:00
parent b6926131aa
commit 7f4db02881
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.45.0";
version = "0.46.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tsnW6KoLHEWd/uDZrK2cnVZ2IWftoxZ5zGdYhRdUp9Q=";
hash = "sha256-ne/i8LLNCo5Kg0xAL/ZexR5uRmZLXcgZ6yZNT5vSYb0=";
};
vendorSha256 = "sha256-crGs7j9hAnGCCFjhigIJVpTM0rr9WgvBq3/ZGt6hwqQ=";
vendorHash = "sha256-K+/xJ9ei+LyWodubRw5mFzi4U1V1MB5h4nUuPrTASBY=";
doCheck = false;