tflint: 0.46.0 -> 0.46.1

https://github.com/terraform-linters/tflint/releases/tag/v0.46.1
This commit is contained in:
Mario Rodas 2023-04-22 04:20:00 +00:00
parent 3e042b788f
commit a3a582ab8c

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.46.0";
version = "0.46.1";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-ne/i8LLNCo5Kg0xAL/ZexR5uRmZLXcgZ6yZNT5vSYb0=";
hash = "sha256-oMf1uUD+7z42Z6bfMxNCWNFu/WwdEqBocVbbfe2OPbo=";
};
vendorHash = "sha256-K+/xJ9ei+LyWodubRw5mFzi4U1V1MB5h4nUuPrTASBY=";
vendorHash = "sha256-1S3my0/77LiiGZDemVrYzN1jMcZdTyd404y67euraeI=";
doCheck = false;