summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-17 04:42:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-08-17 04:42:00 -0500
commit36a6c0a1a325610b49019e2c89e2a87957287f76 (patch)
treee952bc89f641a40d034182e742b273d0115590ce /pkgs/development
parent240db8476ad536da42190db1a6dc4e95065e4d48 (diff)
downloadnixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.tar
nixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.tar.gz
nixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.tar.bz2
nixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.tar.lz
nixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.tar.xz
nixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.tar.zst
nixpkgs-36a6c0a1a325610b49019e2c89e2a87957287f76.zip
tflint: 0.18.0 -> 0.19.0
Diffstat (limited to 'pkgs/development')
-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 57d1b33f32f..b4e66f507d1 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.18.0";
+  version = "0.19.0";
 
   src = fetchFromGitHub {
     owner = "terraform-linters";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0644hzb7cpcqksl7j6v11dcq26la7g5l1svkmgm9c674gbv7argv";
+    sha256 = "14pgsx136ibaf1mqkwn8ibnn4g6q5xx0r7xbijj521v12m145i8g";
   };
 
-  vendorSha256 = "1khb8rdy5agj904nig6dfhagckvfcx79f028wcvwr625la3pcjfc";
+  vendorSha256 = "0bzd58ry5k100mjgvl1mxz7aysm75s4vkilcykrqy1s5sc0h3ng5";
 
   doCheck = false;