We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9c1775 + a411958 commit 5717d9dCopy full SHA for 5717d9d
pkgs/development/tools/analysis/tflint/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "tflint";
5
- version = "0.17.0";
+ version = "0.18.0";
6
7
src = fetchFromGitHub {
8
owner = "terraform-linters";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "14zsgapc18r0xccld21jalk50i6xa0bgd56a0l8kamffhf0jnifk";
+ sha256 = "0644hzb7cpcqksl7j6v11dcq26la7g5l1svkmgm9c674gbv7argv";
12
};
13
14
- vendorSha256 = "0k14inpxg4qd28kg9n58n1hj40bzzqb1ywhiw9cb9az4j0xaa3hi";
+ vendorSha256 = "1khb8rdy5agj904nig6dfhagckvfcx79f028wcvwr625la3pcjfc";
15
16
subPackages = [ "." ];
17
0 commit comments