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

This commit is contained in:
R. Ryantm
2025-03-21 02:46:49 +00:00
parent 750fef2a63
commit 175dce9db8
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tflint-ruleset-google";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
hash = "sha256-eE1KSfbMbNuHlzEi7+zTRdxq548+pB8p01iIWoE2NAQ=";
hash = "sha256-DMFIJ0ywR2goHad3SvUSbj5w2057HJ4k0pNbiR/Y0pI=";
};
vendorHash = "sha256-nuucBbqS+D12JEPoS/QHHTcPKaTjsD4oxnVLDMmLwNA=";
vendorHash = "sha256-plXiB1MTesjg54s0JZGdyf1hR159LlaewJhhyK7raZY=";
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
preCheck = ''