summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-23 18:00:00 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-23 22:08:47 -0800
commit0851cfb063674d6d62397f3f947a1193b3cd2b20 (patch)
treec3f144204c0b41818a51016657554ef7837b0699 /pkgs
parent156a9954d362e4772d6b667c063290c8e2cc81e4 (diff)
tflint: 0.20.3 -> 0.21.0
https://github.com/terraform-linters/tflint/releases/tag/v0.21.0
Diffstat (limited to 'pkgs')
-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 284a44c971ee..32c1fca634b6 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.20.3";
+ version = "0.21.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
- sha256 = "1zy6v1srm5v6bg2rqb3hb4cz8g7zwhraf91y810y9csh6r4fv29b";
+ sha256 = "0gdv2l10v19mjskv0f0aphxbzvdx6py0w6n9yg4wn6g7j7c61szd";
};
- vendorSha256 = "0s367ikq6y1izjim72lnqc98vypl072nimcwnw9y9d7nld5y77c8";
+ vendorSha256 = "0s5ingyl0m939k1qxc1qiyhiabi3ml0qz33s3rbd4hmcg907yjga";
doCheck = false;