tflint-plugins.tflint-ruleset-aws: 0.30.0 -> 0.31.0

+3 -3
+3 -3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
··· 5 6 buildGoModule rec { 7 pname = "tflint-ruleset-aws"; 8 - version = "0.30.0"; 9 10 src = fetchFromGitHub { 11 owner = "terraform-linters"; 12 repo = pname; 13 rev = "v${version}"; 14 - hash = "sha256-mgYvzxIzh/HibPM+BQoJ7dKqEifMcuoqfOIZU4KcRC4="; 15 }; 16 17 - vendorHash = "sha256-JaOVNWF4JMXwGo+JVyknGZrd/M6F9c2PTgGadCqoRsk="; 18 19 # upstream Makefile also does a go test $(go list ./... | grep -v integration) 20 preCheck = ''
··· 5 6 buildGoModule rec { 7 pname = "tflint-ruleset-aws"; 8 + version = "0.31.0"; 9 10 src = fetchFromGitHub { 11 owner = "terraform-linters"; 12 repo = pname; 13 rev = "v${version}"; 14 + hash = "sha256-1ttqSRz++xJdpJIQ+rSCiGFhN5EJwW6tbAporc8J0LU="; 15 }; 16 17 + vendorHash = "sha256-4QH/KehKBSNQhW8z/tk5ExAXKQNQ5Rl3RKyj+0jm/eI="; 18 19 # upstream Makefile also does a go test $(go list ./... | grep -v integration) 20 preCheck = ''