Merge pull request #297964 from r-ryantm/auto-update/tflint-plugins.tflint-ruleset-google

tflint-plugins.tflint-ruleset-google: 0.26.0 -> 0.27.1

authored by Weijia Wang and committed by GitHub d93b72fb e02b6b56

+3 -3
+3 -3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "tflint-ruleset-google"; 8 - version = "0.26.0"; 8 + version = "0.27.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "terraform-linters"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-VQm7pvZCfkZR54UeaPuKogEqhQOy5BAV7WkfwCW3C7c="; 14 + hash = "sha256-APdAm7gBEA6LHYV3u7j3HtFmzkUqeABqOj5q3rwPO40="; 15 15 }; 16 16 17 - vendorHash = "sha256-C52b11cJE2Bu785SNlTsbgNR6Wt/YeY8l1U/9anXrMo="; 17 + vendorHash = "sha256-n+nnftyNvCGVgEkYQIfVL7TS2QP8WpKb7l9jfeutJxw="; 18 18 19 19 # upstream Makefile also does a go test $(go list ./... | grep -v integration) 20 20 preCheck = ''