about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-03-22 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-03-22 04:20:00 -0500
commite2e4e95cbdf73f38c528004ca13604561d2c8a06 (patch)
tree910b89bed96bda61b580a274d4e694d5b39f7b81 /pkgs/development/tools
parent7e55f28cfe6b52afeb8aef742f99affd7fa5e273 (diff)
downloadnixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.tar
nixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.tar.gz
nixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.tar.bz2
nixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.tar.lz
nixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.tar.xz
nixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.tar.zst
nixlib-e2e4e95cbdf73f38c528004ca13604561d2c8a06.zip
tflint: 0.15.2 -> 0.15.3
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.3
Diffstat (limited to 'pkgs/development/tools')
-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 ];