Skip to content

Commit 7401f56

Browse files
tflint: 0.54.0 -> 0.55.0 (#373328)
Co-authored-by: momeemt <[email protected]>
2 parents 7545924 + 8eafc30 commit 7401f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tf/tflint/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
let
1313
pname = "tflint";
14-
version = "0.54.0";
14+
version = "0.55.0";
1515
in
1616
buildGoModule {
1717
inherit pname version;
@@ -20,10 +20,10 @@ buildGoModule {
2020
owner = "terraform-linters";
2121
repo = pname;
2222
tag = "v${version}";
23-
hash = "sha256-/eome0jF0l7Hb5c96c2S80I7DQGmyF09IgOEudpXMuE=";
23+
hash = "sha256-RCA3kd15Lutx5VGOswEt3l1iLkFqUKeK93Fgwy4DegA=";
2424
};
2525

26-
vendorHash = "sha256-dYMfZcz4d+XWgnQ/u+BjNN2bFQnRNums7D0tTzYkC+Y=";
26+
vendorHash = "sha256-VrC1ytmQjx1PalpT+rxSIpW6UBwxAPnKckws07mmuos=";
2727

2828
doCheck = false;
2929

0 commit comments

Comments
 (0)