Merge pull request #280733 from marsam/update-tflint-ruleset-aws

tflint-plugins.tflint-ruleset-aws: 0.26.0 -> 0.29.0

Changed files
+3 -3
pkgs
development
tools
analysis
tflint-plugins
+3 -3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
···
buildGoModule rec {
pname = "tflint-ruleset-aws";
-
version = "0.26.0";
+
version = "0.29.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
-
hash = "sha256-SKPmD34a11ynNmnD2cDTSXgRpUZ7tukaGRO8PQY6T5s=";
+
hash = "sha256-tqHlvJyLRhREKnuMUP479xuD0PjdCZfIMj4L44skiSE=";
};
-
vendorHash = "sha256-JhAAyfDVRZS2QyvXNa61srlZKgsBFeKloeKbcXXpytk=";
+
vendorHash = "sha256-vEkrDwsetW4HtbcgkhcaK42v/CKfRlIoHgYzjoTavqk=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''