Skip to content

Commit

Permalink
Merge pull request #98511 from marsam/update-tflint
Browse files Browse the repository at this point in the history
tflint: 0.20.1 -> 0.20.2
  • Loading branch information
marsam committed Sep 23, 2020
2 parents 5bfe600 + 635b394 commit 1af6fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/tflint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "tflint";
version = "0.20.1";
version = "0.20.2";

src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "06y4p65zzd7nmpvpnfcig58wbrav9ifbpqw1lhs2vdav17035xif";
sha256 = "123ndg7byrflczxzhk2c48bb8wlwgqzf1m0dzi0mnw3h52qiqjyp";
};

vendorSha256 = "0c1b06np4yhixndig11kxxvj24rk50l1sdqah8kzhi2cqjwvmpw0";
vendorSha256 = "1prf1hffvwl2hdkrr8hqz1wwcz2n9dzhf68ziz5k3fzsx30jki9l";

doCheck = false;

Expand Down

0 comments on commit 1af6fb3

Please sign in to comment.