Skip to content

Commit 5717d9d

Browse files
authored
Merge pull request #93481 from marsam/update-tflint
tflint: 0.17.0 -> 0.18.0
2 parents e9c1775 + a411958 commit 5717d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/analysis/tflint/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "tflint";
5-
version = "0.17.0";
5+
version = "0.18.0";
66

77
src = fetchFromGitHub {
88
owner = "terraform-linters";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "14zsgapc18r0xccld21jalk50i6xa0bgd56a0l8kamffhf0jnifk";
11+
sha256 = "0644hzb7cpcqksl7j6v11dcq26la7g5l1svkmgm9c674gbv7argv";
1212
};
1313

14-
vendorSha256 = "0k14inpxg4qd28kg9n58n1hj40bzzqb1ywhiw9cb9az4j0xaa3hi";
14+
vendorSha256 = "1khb8rdy5agj904nig6dfhagckvfcx79f028wcvwr625la3pcjfc";
1515

1616
subPackages = [ "." ];
1717

0 commit comments

Comments
 (0)