From 9ff9469089218b711f35a403e0ed8e08406d9330 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 21 Jun 2023 04:20:00 +0000 Subject: [PATCH] tflint-plugins.tflint-ruleset-aws: 0.21.2 -> 0.23.1 Diff: https://github.com/terraform-linters/tflint-ruleset-aws/compare/v0.21.2...v0.23.1 Changelog: https://github.com/terraform-linters/tflint-ruleset-aws/blob/v0.23.1/CHANGELOG.md --- .../tools/analysis/tflint-plugins/tflint-ruleset-aws.nix | 7 ++++--- 1 file changed, 4 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 720c3fa05aa9..4f528ebb53b7 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.21.2"; + version = "0.23.1"; src = fetchFromGitHub { owner = "terraform-linters"; repo = pname; rev = "v${version}"; - hash = "sha256-uHl13TNn+ero9NiL2Fnly+4H7f9eti4UoEXHKJ+DHKo="; + hash = "sha256-lvqWCTzb/07pEnNcrKkWumO17WXCFrDnNlw4LySl3Rs="; }; - vendorHash = "sha256-mQzCqLJ3Y9l+BbfurtD/f/PRuXX+zYMeg8bPIjj05Nk="; + vendorHash = "sha256-RFgLAOQhSqpuXT5Jypk4EVk4hgyHlUfhbZUM4rA9pLU="; # upstream Makefile also does a go test $(go list ./... | grep -v integration) preCheck = '' @@ -30,6 +30,7 @@ buildGoModule rec { meta = with lib; { homepage = "https://github.com/terraform-linters/tflint-ruleset-aws"; + changelog = "https://github.com/terraform-linters/tflint-ruleset-aws/blob/v${version}/CHANGELOG.md"; description = "TFLint ruleset plugin for Terraform AWS Provider"; maintainers = with maintainers; [ flokli ]; license = with licenses; [ mpl20 ];