tflint-plugins.tflint-ruleset-aws: 0.46.0 -> 0.47.0

This commit is contained in:
R. Ryantm
2026-04-04 18:47:37 +00:00
parent ee328b53ba
commit 9aa3f533ab
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-aws";
version = "0.46.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-PRJ0rQIBIREIbJ8DHe+llxknQEopMVNO7yPYQbOFKjs=";
hash = "sha256-QHAa8kbTZRSS5qLpX5zk4Fcal2Ah6yXv6satwfNFVLo=";
};
vendorHash = "sha256-PScCXLqBlM2+pzSubuDoZ1QWdWLCuN/l5V7DIrlwL+w=";
vendorHash = "sha256-+FxNOrC5iYVb+PPIPTClXmnPTrm7hqT+VLrgcBHWWD4=";
postPatch = ''
# some automation for creating new releases on GitHub, which we don't need