tflint-plugins.tflint-ruleset-aws: 0.42.0 -> 0.43.0

This commit is contained in:
R. Ryantm
2025-10-09 23:38:21 +00:00
parent 285ea04d23
commit f3b49aea7b

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-aws";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-R2Njm5RpjdSGMi9qdu8wTEEM5YyMaf/UAkdBVYPl9W0=";
hash = "sha256-N5vw03KI3+P2DKs2G1aU09lBc1OEumJj/vytscNixsw=";
};
vendorHash = "sha256-Sn7uze6uSI2O824UjG8pFMQ1KsnwdknRzOT9czpNnD4=";
vendorHash = "sha256-rggekhypYsbZovoOKCF+3RWcsSFEWtLSdi8/QTwk8t4=";
postPatch = ''
# some automation for creating new releases on GitHub, which we don't need