tflint: 0.15.2 -> 0.15.3

Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.3
This commit is contained in:
Mario Rodas 2020-03-22 04:20:00 -05:00
parent 7e55f28cfe
commit e2e4e95cbd
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.15.2";
version = "0.15.3";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "1wwdnqb34l0ad6hlvs74acfh0744ir3ssm8wjwpxbsy0sxkrpxcf";
sha256 = "1j56dadkyg483i2p4i76d4kdkm229yjiyariga96zxp3s4rl0fni";
};
modSha256 = "1jbnsqa0ga372lhbgfnqvx8pdzrm0b2phzzwll4sgd0k1hzv2aqv";
modSha256 = "14vgy5lavyp4w16g7wpi9xbni3js541rc3w9qn5ab3khqw5rdhgn";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];