tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tflint-plugins.tflint-ruleset-aws: 0.30.0 -> 0.31.0
R. Ryantm
2 years ago
0ea375cf
eba1ebd6
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
tflint-plugins
tflint-ruleset-aws.nix
+3
-3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
···
5
5
6
6
buildGoModule rec {
7
7
pname = "tflint-ruleset-aws";
8
8
-
version = "0.30.0";
8
8
+
version = "0.31.0";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "terraform-linters";
12
12
repo = pname;
13
13
rev = "v${version}";
14
14
-
hash = "sha256-mgYvzxIzh/HibPM+BQoJ7dKqEifMcuoqfOIZU4KcRC4=";
14
14
+
hash = "sha256-1ttqSRz++xJdpJIQ+rSCiGFhN5EJwW6tbAporc8J0LU=";
15
15
};
16
16
17
17
-
vendorHash = "sha256-JaOVNWF4JMXwGo+JVyknGZrd/M6F9c2PTgGadCqoRsk=";
17
17
+
vendorHash = "sha256-4QH/KehKBSNQhW8z/tk5ExAXKQNQ5Rl3RKyj+0jm/eI=";
18
18
19
19
# upstream Makefile also does a go test $(go list ./... | grep -v integration)
20
20
preCheck = ''