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

tflint-plugins.tflint-ruleset-aws: 0.40.0 -> 0.41.0 (#429398)

authored by

Florian Klink and committed by
GitHub
11bd439b 1cbe0844

+3 -3
+3 -3
pkgs/development/tools/analysis/tflint-plugins/tflint-ruleset-aws.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "tflint-ruleset-aws"; 9 - version = "0.40.0"; 9 + version = "0.41.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "terraform-linters"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-n8o43zCZWrTmLdEuCPe9B1lqxnCbytwRUXSof2sI1Zw="; 15 + hash = "sha256-Vw/JlpfeCdasReM4hUouTlGiANUJ08PcTcctEbAuQRM="; 16 16 }; 17 17 18 - vendorHash = "sha256-PBXObv/9QwWPmLnTReV7iuFyas1RFtvlboEjPfyIi7w="; 18 + vendorHash = "sha256-ghS99xkbEk3erHZgQNvkra9X1bZk6Ujq7j+O3zC2UVI="; 19 19 20 20 postPatch = '' 21 21 # some automation for creating new releases on GitHub, which we don't need