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 7545924 + 8eafc30 commit 7401f56Copy full SHA for 7401f56
pkgs/by-name/tf/tflint/package.nix
@@ -11,7 +11,7 @@
11
12
let
13
pname = "tflint";
14
- version = "0.54.0";
+ version = "0.55.0";
15
in
16
buildGoModule {
17
inherit pname version;
@@ -20,10 +20,10 @@ buildGoModule {
20
owner = "terraform-linters";
21
repo = pname;
22
tag = "v${version}";
23
- hash = "sha256-/eome0jF0l7Hb5c96c2S80I7DQGmyF09IgOEudpXMuE=";
+ hash = "sha256-RCA3kd15Lutx5VGOswEt3l1iLkFqUKeK93Fgwy4DegA=";
24
};
25
26
- vendorHash = "sha256-dYMfZcz4d+XWgnQ/u+BjNN2bFQnRNums7D0tTzYkC+Y=";
+ vendorHash = "sha256-VrC1ytmQjx1PalpT+rxSIpW6UBwxAPnKckws07mmuos=";
27
28
doCheck = false;
29
0 commit comments