tflint-plugins.tflint-ruleset-google: 0.36.0 -> 0.37.1 (#463006)

This commit is contained in:
Nick Cao
2025-11-19 19:46:55 +00:00
committed by GitHub
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.36.0";
version = "0.37.1";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-1E+3z/ZVonhJgldIDToKhGxFdhq0t+yNep38G3ePOrw=";
hash = "sha256-NQA61rS6OmTqB09uhybHiZl/9RCvgwGjBRNsFY9E7JA=";
};
vendorHash = "sha256-XKKQBpS2PCGBuoiz4G3BI6czVNndPjr+rTKrM5jlsaY=";
vendorHash = "sha256-Mt0pym1cfv6j2nfEDdKykp+UyaC3jrRTiGk9iO5QtsU=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''