nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

tflint-plugins.tflint-ruleset-aws: 0.31.0 -> 0.32.0

+3 -3
+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 - version = "0.31.0"; 8 + version = "0.32.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "terraform-linters"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - hash = "sha256-1ttqSRz++xJdpJIQ+rSCiGFhN5EJwW6tbAporc8J0LU="; 14 + hash = "sha256-sgAr4kUBjKIH+DgI5XqH/Zs3uL0yiYwlBa6vO0m++xM="; 15 15 }; 16 16 17 - vendorHash = "sha256-4QH/KehKBSNQhW8z/tk5ExAXKQNQ5Rl3RKyj+0jm/eI="; 17 + vendorHash = "sha256-B2QFjJKwfQYZP8ypiv7bNkFNr3ejP42WA/bmv4Jz46c="; 18 18 19 19 # upstream Makefile also does a go test $(go list ./... | grep -v integration) 20 20 preCheck = ''