Merge pull request #238398 from marsam/update-tflint

tflint: 0.46.1 -> 0.47.0

authored by

figsoda and committed by
GitHub
3036d314 9a5a4006

+4 -4
+4 -4
pkgs/development/tools/analysis/tflint/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "tflint"; 13 - version = "0.46.1"; 13 + version = "0.47.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "terraform-linters"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - hash = "sha256-oMf1uUD+7z42Z6bfMxNCWNFu/WwdEqBocVbbfe2OPbo="; 19 + hash = "sha256-YKsX+dAnVRiD48CRHaXzUzfqsqpi/bWHNH9lqzC/TZQ="; 20 20 }; 21 21 22 - vendorHash = "sha256-1S3my0/77LiiGZDemVrYzN1jMcZdTyd404y67euraeI="; 22 + vendorHash = "sha256-dgK7o2DJUwAynfekrn6mN8IVxCpJa9b+kiYMQSo0RIg="; 23 23 24 24 doCheck = false; 25 25 ··· 46 46 meta = with lib; { 47 47 description = "Terraform linter focused on possible errors, best practices, and so on"; 48 48 homepage = "https://github.com/terraform-linters/tflint"; 49 - changelog = "https://github.com/terraform-linters/tflint/raw/v${version}/CHANGELOG.md"; 49 + changelog = "https://github.com/terraform-linters/tflint/blob/v${version}/CHANGELOG.md"; 50 50 license = licenses.mpl20; 51 51 maintainers = [ maintainers.marsam ]; 52 52 };