tflint: 0.13.2 -> 0.13.3

Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.3
This commit is contained in:
Mario Rodas 2019-12-18 14:36:00 -05:00
parent 6be14ee97b
commit ab0e766e53
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "16iv2z4krx8ixifpq0r784xspknmj0bbvhx10mnq97v49j5c03qi";
sha256 = "13azczm5lg9v5mvf1jx165qy2nj2941qlr9vvxa7q3gqmhxcg271";
};
modSha256 = "1rk22w4b5iq6fp3jwpcpnb6y2frbrggxkhdm3ipp8c5savq2wbqh";
modSha256 = "0xckzyfc144bc212amw1n63jkmdljbmj0rq0midr37h6bg5a10q3";
subPackages = [ "." ];