tflint: 0.14.0 -> 0.15.0

Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.0
This commit is contained in:
Mario Rodas 2020-02-25 08:32:00 -05:00
parent 8246c35875
commit 58dac371d5
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.14.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "0awb8mjdqdwg4g6lpl6g4vavkhy1hby6gsv6mqsycm1a6z1n7q4k";
sha256 = "0j1bx2180z6znfrg8k4sjwvm3cbvnklqjxdssbr2yd47h8kfwk3g";
};
modSha256 = "0ihfrlpi45q4acwfqxkk5ha8x76qk0z4ly3ipdck3a525mfdmk23";
modSha256 = "1qa7qfxpc43n9xyyfcd24d17g4fdcffkd57ny078ja219x13kay3";
subPackages = [ "." ];