We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d78235 + 027db59 commit 008ceadCopy full SHA for 008cead
pkgs/by-name/te/terraform-compliance/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "terraform-compliance";
9
- version = "1.3.50";
+ version = "1.3.52";
10
format = "setuptools";
11
12
src = fetchFromGitHub {
13
owner = "terraform-compliance";
14
repo = "cli";
15
tag = version;
16
- hash = "sha256-FwePzXXxwiV5tWY1a+mG5pcv6XB801qG6Lx+XUe662E=";
+ hash = "sha256-M6u1P1UxOrP9bNPjPB0V15DUj+Y/1dFIjf/GCnYoCwc=";
17
};
18
19
postPatch = ''
0 commit comments