tflint: 0.12.1 -> 0.13.1

Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.1
This commit is contained in:
Mario Rodas 2019-11-16 12:00:00 -05:00 committed by Jon
parent 77294aa3dc
commit 1f11326e02

View File

@ -2,22 +2,22 @@
buildGoModule rec {
pname = "tflint";
version = "0.12.1";
version = "0.13.1";
src = fetchFromGitHub {
owner = "wata727";
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "1vwv6gkzrs5nv5a278siwza2ifwqy08rmcdddx275crcjkz3bv53";
sha256 = "0ivvx1nbhzijyiv9q05b5953wxga5wdskamnhfvlwpniabic3gxi";
};
modSha256 = "048mh6zr1fkz5bcxg27d0s472ig9xcq0zgbqpxspkvkdxxw9iizf";
modSha256 = "0q1sc0bj4a29rzly4fk6m40b8i7syxa7ff9882jwi7gxjdiklch3";
subPackages = [ "." ];
meta = with lib; {
description = "Terraform linter focused on possible errors, best practices, and so on";
homepage = "https://github.com/wata727/tflint";
homepage = "https://github.com/terraform-linters/tflint";
license = licenses.mpl20;
maintainers = [ maintainers.marsam ];
};