tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tflint-plugins.tflint-ruleset-google: 0.31.0 -> 0.32.0
R. Ryantm
9 months ago
b361a53c
fdb40c31
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
tflint-plugins
tflint-ruleset-google.nix
+3
-3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-google.nix
···
6
7
buildGoModule rec {
8
pname = "tflint-ruleset-google";
9
-
version = "0.31.0";
10
11
src = fetchFromGitHub {
12
owner = "terraform-linters";
13
repo = pname;
14
rev = "v${version}";
15
-
hash = "sha256-DMFIJ0ywR2goHad3SvUSbj5w2057HJ4k0pNbiR/Y0pI=";
16
};
17
18
-
vendorHash = "sha256-plXiB1MTesjg54s0JZGdyf1hR159LlaewJhhyK7raZY=";
19
20
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
21
preCheck = ''
···
6
7
buildGoModule rec {
8
pname = "tflint-ruleset-google";
9
+
version = "0.32.0";
10
11
src = fetchFromGitHub {
12
owner = "terraform-linters";
13
repo = pname;
14
rev = "v${version}";
15
+
hash = "sha256-d15Co7rjqZpcnazkNWVepfGqh2ngI8tieCRugmZkr70=";
16
};
17
18
+
vendorHash = "sha256-qVzXOg/f9LOnCyV84rRtXi4DGs3jmbrnlviIvoUEEF4=";
19
20
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
21
preCheck = ''