Skip to content

Commit

Permalink
Merge pull request #93481 from marsam/update-tflint
Browse files Browse the repository at this point in the history
tflint: 0.17.0 -> 0.18.0
  • Loading branch information
marsam committed Jul 19, 2020
2 parents e9c1775 + a411958 commit 5717d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/tflint/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "tflint";
version = "0.17.0";
version = "0.18.0";

src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "14zsgapc18r0xccld21jalk50i6xa0bgd56a0l8kamffhf0jnifk";
sha256 = "0644hzb7cpcqksl7j6v11dcq26la7g5l1svkmgm9c674gbv7argv";
};

vendorSha256 = "0k14inpxg4qd28kg9n58n1hj40bzzqb1ywhiw9cb9az4j0xaa3hi";
vendorSha256 = "1khb8rdy5agj904nig6dfhagckvfcx79f028wcvwr625la3pcjfc";

subPackages = [ "." ];

Expand Down

0 comments on commit 5717d9d

Please sign in to comment.