3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150615 from marsam/update-tflint

tflint: 0.33.2 -> 0.34.0
This commit is contained in:
Mario Rodas 2021-12-14 21:38:34 -05:00 committed by GitHub
commit 3b0639f26b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tflint";
version = "0.33.2";
version = "0.34.0";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "sha256-CjpeBB1krbRJxwfvBbhhHUf5IDOZFWRds/t9h22iLE0=";
sha256 = "sha256-MdA1bS8ZPsfwnmnmIKBissuvwWY9HHxoLJEfGcJQ3j0=";
};
vendorSha256 = "sha256-y+bPFCjgTu+C5Cx85lYRjUbLd6c5PcckXRpg102d1zk=";