Skip to content

Commit 008cead

Browse files
terraform-compliance: 1.3.50 -> 1.3.52 (#410395)
Co-authored-by: kashw2 <[email protected]>
2 parents 8d78235 + 027db59 commit 008cead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/te/terraform-compliance/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "terraform-compliance";
9-
version = "1.3.50";
9+
version = "1.3.52";
1010
format = "setuptools";
1111

1212
src = fetchFromGitHub {
1313
owner = "terraform-compliance";
1414
repo = "cli";
1515
tag = version;
16-
hash = "sha256-FwePzXXxwiV5tWY1a+mG5pcv6XB801qG6Lx+XUe662E=";
16+
hash = "sha256-M6u1P1UxOrP9bNPjPB0V15DUj+Y/1dFIjf/GCnYoCwc=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)