summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-23 05:55:42 -0500
committerGitHub <noreply@github.com>2020-03-23 05:55:42 -0500
commit4603dcc462c409447839979199728e630e39dd3e (patch)
tree526fd87c21adfc66614c10eb5cdbb0d50dc72fe1
parentMerge pull request #83129 from ck3d/unstable-vdr-xineliboutput-fix-opengl-and... (diff)
parenttflint: 0.15.2 -> 0.15.3 (diff)
downloadnixpkgs-4603dcc462c409447839979199728e630e39dd3e.tar.gz
Merge pull request #83177 from marsam/update-tflint
tflint: 0.15.2 -> 0.15.3
-rw-r--r--pkgs/development/tools/analysis/tflint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/tflint/default.nix b/pkgs/development/tools/analysis/tflint/default.nix
index 475ff662b85a..2cc9182cd68c 100644
--- a/pkgs/development/tools/analysis/tflint/default.nix
+++ b/pkgs/development/tools/analysis/tflint/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tflint";
- version = "0.15.2";
+ version = "0.15.3";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
- sha256 = "1wwdnqb34l0ad6hlvs74acfh0744ir3ssm8wjwpxbsy0sxkrpxcf";
+ sha256 = "1j56dadkyg483i2p4i76d4kdkm229yjiyariga96zxp3s4rl0fni";
};
- modSha256 = "1jbnsqa0ga372lhbgfnqvx8pdzrm0b2phzzwll4sgd0k1hzv2aqv";
+ modSha256 = "14vgy5lavyp4w16g7wpi9xbni3js541rc3w9qn5ab3khqw5rdhgn";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];