terraform-compliance: 1.3.47 -> 1.3.48

This commit is contained in:
R. Ryantm 2024-04-07 03:25:57 +00:00
parent f6eb921406
commit f51f4864bf
1 changed files with 2 additions and 2 deletions

View File

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