tflint: 0.36.2 -> 0.37.0

https://github.com/terraform-linters/tflint/releases/tag/v0.37.0
This commit is contained in:
Mario Rodas 2022-06-01 04:20:00 +00:00
parent 85473a1806
commit 97d0466813

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.36.2";
version = "0.37.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DPgYc0nUrRkidWqhv0X9v+2VSNPy1+0ZQ2gCe7T2gu0=";
sha256 = "sha256-2fcrKwbYuCOZE++Sin0zNuGaBQQd0dNs1MRL/doOLOw=";
};
vendorSha256 = "sha256-Is4dpBu/Nm34NZ3NftSGTZnSR8831kM56dvBjtfUTGU=";
vendorSha256 = "sha256-2v070TwDWkN4HZ/EOu85lotA9qIKLgpwD9TrfH7pGY4=";
doCheck = false;