Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-11 06:33:30 +00:00
committed by GitHub
15 changed files with 550 additions and 8 deletions
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "tflint";
version = "0.23.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "terraform-linters";
repo = pname;
rev = "v${version}";
sha256 = "1j6a956cbmsc9fy500sl5z6l7q5sc4fna772v5m10w0hq0vw6sk5";
sha256 = "19vgan743xsnglwva93fs4sqcbpqbyrxbgn5qff809ns8hj8ir94";
};
vendorSha256 = "1x7gxjl98i36vsch6b3w6iqyq6q8mj4x9gylk2fihq50c3qq4mk4";
vendorSha256 = "1y6ra9bkp6wl0pikvyqywhg5w18v3glnyvwqrddkkkabspl05nqx";
doCheck = false;