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 a010701 + 1475c1a commit 35e8da2Copy full SHA for 35e8da2
pkgs/by-name/tf/tflint/package.nix
@@ -11,7 +11,7 @@
11
12
let
13
pname = "tflint";
14
- version = "0.58.0";
+ version = "0.58.1";
15
in
16
buildGoModule {
17
inherit pname version;
@@ -20,10 +20,10 @@ buildGoModule {
20
owner = "terraform-linters";
21
repo = "tflint";
22
tag = "v${version}";
23
- hash = "sha256-AaY2UghPvYveZ4xtUphPOnnoA6FcyO9Y2Uzz3bN8Q8I=";
+ hash = "sha256-1SuNcqU8JtMypoltbNBZHZZi78jvbbAD+nmj2v8NU5g=";
24
};
25
26
- vendorHash = "sha256-lmV23xDzBaMxV4MQeatX4sF0UwDZBlekdW21CMGtIqs=";
+ vendorHash = "sha256-8sHiCEtVs+rUnmJ9NPYJJcr4sDlFaEWklE3JaoXEu9w=";
27
28
doCheck = false;
29
0 commit comments