Skip to content

Commit f897369

Browse files
authored
tflint-plugins.tflint-ruleset-google: 0.32.0 -> 0.33.0 (#419066)
2 parents c4ca0e7 + c1da262 commit f897369

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "tflint-ruleset-google";
9-
version = "0.32.0";
9+
version = "0.33.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "terraform-linters";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-d15Co7rjqZpcnazkNWVepfGqh2ngI8tieCRugmZkr70=";
15+
hash = "sha256-RZDxo22ynOjNbv8jc/EMimCTxQGSfp8piqgKTO8Phl4=";
1616
};
1717

18-
vendorHash = "sha256-qVzXOg/f9LOnCyV84rRtXi4DGs3jmbrnlviIvoUEEF4=";
18+
vendorHash = "sha256-EHm5MmWpqREr8fUNCkhUO7XMFdXaR1QVRPE3JibNhhM=";
1919

2020
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
2121
preCheck = ''

0 commit comments

Comments
 (0)