Skip to content

Commit 35e8da2

Browse files
authored
tflint: 0.58.0 -> 0.58.1 (#429154)
2 parents a010701 + 1475c1a commit 35e8da2

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.58.0";
14+
version = "0.58.1";
1515
in
1616
buildGoModule {
1717
inherit pname version;
@@ -20,10 +20,10 @@ buildGoModule {
2020
owner = "terraform-linters";
2121
repo = "tflint";
2222
tag = "v${version}";
23-
hash = "sha256-AaY2UghPvYveZ4xtUphPOnnoA6FcyO9Y2Uzz3bN8Q8I=";
23+
hash = "sha256-1SuNcqU8JtMypoltbNBZHZZi78jvbbAD+nmj2v8NU5g=";
2424
};
2525

26-
vendorHash = "sha256-lmV23xDzBaMxV4MQeatX4sF0UwDZBlekdW21CMGtIqs=";
26+
vendorHash = "sha256-8sHiCEtVs+rUnmJ9NPYJJcr4sDlFaEWklE3JaoXEu9w=";
2727

2828
doCheck = false;
2929

0 commit comments

Comments
 (0)