We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4ca0e7 + c1da262 commit f897369Copy full SHA for f897369
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "tflint-ruleset-google";
9
- version = "0.32.0";
+ version = "0.33.0";
10
11
src = fetchFromGitHub {
12
owner = "terraform-linters";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-d15Co7rjqZpcnazkNWVepfGqh2ngI8tieCRugmZkr70=";
+ hash = "sha256-RZDxo22ynOjNbv8jc/EMimCTxQGSfp8piqgKTO8Phl4=";
16
};
17
18
- vendorHash = "sha256-qVzXOg/f9LOnCyV84rRtXi4DGs3jmbrnlviIvoUEEF4=";
+ vendorHash = "sha256-EHm5MmWpqREr8fUNCkhUO7XMFdXaR1QVRPE3JibNhhM=";
19
20
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
21
preCheck = ''
0 commit comments