Skip to content

Commit

Permalink
terraform-compliance: 1.3.49 -> 1.3.50 (#388141)
Browse files Browse the repository at this point in the history
Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and kashw2 authored Mar 8, 2025
2 parents b78061e + 893c173 commit f2b63c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/terraform-compliance/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "terraform-compliance";
version = "1.3.49";
version = "1.3.50";
format = "setuptools";

src = fetchFromGitHub {
owner = "terraform-compliance";
repo = "cli";
tag = version;
hash = "sha256-wg9n7x7KDqFecZZVmJwpE1kP0eKt1Gmld6XEcavcyU0=";
hash = "sha256-FwePzXXxwiV5tWY1a+mG5pcv6XB801qG6Lx+XUe662E=";
};

postPatch = ''
Expand Down Expand Up @@ -55,7 +55,7 @@ python3.pkgs.buildPythonApplication rec {
description = "BDD test framework for terraform";
mainProgram = "terraform-compliance";
homepage = "https://github.com/terraform-compliance/cli";
changelog = "https://github.com/terraform-compliance/cli/releases/tag/${version}";
changelog = "https://github.com/terraform-compliance/cli/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [
kalbasit
Expand Down

0 comments on commit f2b63c2

Please sign in to comment.