Merge pull request #253029 from kashw2/terraform-compliance

terraform-compliance: 1.3.43 -> 1.3.44
This commit is contained in:
Mario Rodas
2023-09-02 23:06:16 -05:00
committed by GitHub
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "terraform-compliance";
version = "1.3.43";
version = "1.3.44";
format = "setuptools";
src = fetchFromGitHub {
owner = "terraform-compliance";
repo = "cli";
rev = "refs/tags/${version}";
sha256 = "sha256-Otz0jXSqqg8u8jVnqHTpPW/oyb+Qq2NywgxYPtIAKEc=";
sha256 = "sha256-eE9bqu9ipuas+rdcJpn09V6nkdoYPOpChHgPH8U0rNw=";
};
postPatch = ''
@@ -55,6 +55,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/terraform-compliance/cli";
changelog = "https://github.com/terraform-compliance/cli/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
maintainers = with maintainers; [ kalbasit kashw2 ];
};
}