about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-03 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-03 04:20:00 +0000
commit262f18e13ccd414e8fde7921a1ee0747e379b715 (patch)
treec17be4086fd270e57409b3466e257d6d49521b0b /pkgs/development/tools/analysis
parent39104a4d5755d940517483879a3b06b28ef5ff6d (diff)
downloadnixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.tar
nixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.tar.gz
nixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.tar.bz2
nixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.tar.lz
nixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.tar.xz
nixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.tar.zst
nixlib-262f18e13ccd414e8fde7921a1ee0747e379b715.zip
tflint-plugins.tflint-ruleset-aws: 0.23.1 -> 0.26.0
Diff: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.23.1...v0.26.0

Changelog: https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.26.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix b/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
index 4f528ebb53b7..4f1dadfbf760 100644
--- a/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
+++ b/pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "tflint-ruleset-aws";
-  version = "0.23.1";
+  version = "0.26.0";
 
   src = fetchFromGitHub {
     owner = "terraform-linters";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-lvqWCTzb/07pEnNcrKkWumO17WXCFrDnNlw4LySl3Rs=";
+    hash = "sha256-SKPmD34a11ynNmnD2cDTSXgRpUZ7tukaGRO8PQY6T5s=";
   };
 
-  vendorHash = "sha256-RFgLAOQhSqpuXT5Jypk4EVk4hgyHlUfhbZUM4rA9pLU=";
+  vendorHash = "sha256-JhAAyfDVRZS2QyvXNa61srlZKgsBFeKloeKbcXXpytk=";
 
   # upstream Makefile also does a  go test $(go list ./... | grep -v integration)
   preCheck = ''