From 1f11326e02cbf2f56438b50e43da3fc308e87d07 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 16 Nov 2019 12:00:00 -0500 Subject: tflint: 0.12.1 -> 0.13.1 Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.13.1 --- pkgs/development/tools/analysis/tflint/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/development/tools/analysis') diff --git a/pkgs/development/tools/analysis/tflint/default.nix b/pkgs/development/tools/analysis/tflint/default.nix index 2e07542d5f9..65a5539028c 100644 --- a/pkgs/development/tools/analysis/tflint/default.nix +++ b/pkgs/development/tools/analysis/tflint/default.nix @@ -2,22 +2,22 @@ buildGoModule rec { pname = "tflint"; - version = "0.12.1"; + version = "0.13.1"; src = fetchFromGitHub { - owner = "wata727"; + owner = "terraform-linters"; repo = pname; rev = "v${version}"; - sha256 = "1vwv6gkzrs5nv5a278siwza2ifwqy08rmcdddx275crcjkz3bv53"; + sha256 = "0ivvx1nbhzijyiv9q05b5953wxga5wdskamnhfvlwpniabic3gxi"; }; - modSha256 = "048mh6zr1fkz5bcxg27d0s472ig9xcq0zgbqpxspkvkdxxw9iizf"; + modSha256 = "0q1sc0bj4a29rzly4fk6m40b8i7syxa7ff9882jwi7gxjdiklch3"; subPackages = [ "." ]; meta = with lib; { description = "Terraform linter focused on possible errors, best practices, and so on"; - homepage = "https://github.com/wata727/tflint"; + homepage = "https://github.com/terraform-linters/tflint"; license = licenses.mpl20; maintainers = [ maintainers.marsam ]; }; -- cgit 1.4.1