Merge pull request #302261 from r-ryantm/auto-update/terraform-compliance

terraform-compliance: 1.3.47 -> 1.3.48
This commit is contained in:
Nick Cao 2024-04-07 10:42:24 -04:00 committed by GitHub
commit 045a36bf04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''