3
0
Fork 0
forked from mirrors/nixpkgs

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

terraform-compliance: 1.3.45 -> 1.3.46
This commit is contained in:
Mario Rodas 2024-01-23 22:13:41 -05:00 committed by GitHub
commit 284c10975e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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