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-13 05:31:49 -0500
committerGitHub <noreply@github.com>2020-03-13 05:31:49 -0500
commit087dc6e3b4121e16e53a6293a7f116774c0326ac (patch)
tree3cba2bfdfefd827351bc672fb4f134137cb62801 /pkgs/development/tools
parent93f690d64a5b5ba9150ec50de34456924597ba06 (diff)
parent2ab1a2db994fc4649af75027b1ea1c4a4178ad8a (diff)
downloadnixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.tar
nixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.tar.gz
nixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.tar.bz2
nixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.tar.lz
nixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.tar.xz
nixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.tar.zst
nixlib-087dc6e3b4121e16e53a6293a7f116774c0326ac.zip
Merge pull request #82465 from bhipple/auto-update/tflint
tflint: 0.15.0 -> 0.15.1
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 c98eba0abe63..1b22cb2dc036 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.0";
+  version = "0.15.1";
 
   src = fetchFromGitHub {
     owner = "terraform-linters";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0j1bx2180z6znfrg8k4sjwvm3cbvnklqjxdssbr2yd47h8kfwk3g";
+    sha256 = "12a1jg4vcp6w72j8nsxf162i616g303cs783wlsa9iwm4w0cpb2h";
   };
 
-  modSha256 = "1qa7qfxpc43n9xyyfcd24d17g4fdcffkd57ny078ja219x13kay3";
+  modSha256 = "1k26i01sdgx9yik5fnd8kv300d8llqpvj9qpvga7hsbk58s2g8mv";
 
   subPackages = [ "." ];