terraform-compliance: 1.3.46 -> 1.3.47

This commit is contained in:
R. Ryantm 2024-01-29 00:22:27 +00:00
parent 15fcb26b3c
commit e0331ec3e4

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "terraform-compliance";
version = "1.3.46";
version = "1.3.47";
format = "setuptools";
src = fetchFromGitHub {
owner = "terraform-compliance";
repo = "cli";
rev = "refs/tags/${version}";
sha256 = "sha256-30aQA+VJY2qarpYGZpgt5ebYFt5UHUHJcuBNgKiGnt0=";
sha256 = "sha256-QJDKBM5CTOdF7oT42vL+Yp1UsQXWvkSZzo+WSsDxAZw=";
};
postPatch = ''