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 7fe2c82 + 93f0b9a commit 61e061eCopy full SHA for 61e061e
pkgs/by-name/te/terraform-compliance/package.nix
@@ -5,14 +5,14 @@
5
6
python3.pkgs.buildPythonApplication rec {
7
pname = "terraform-compliance";
8
- version = "1.3.48";
+ version = "1.3.49";
9
format = "setuptools";
10
11
src = fetchFromGitHub {
12
owner = "terraform-compliance";
13
repo = "cli";
14
rev = "refs/tags/${version}";
15
- hash = "sha256-2nf/EJcC4KYTBItByX47UqTSs2EOgsUAgRbLEdB4Iyg=";
+ hash = "sha256-wg9n7x7KDqFecZZVmJwpE1kP0eKt1Gmld6XEcavcyU0=";
16
};
17
18
postPatch = ''
0 commit comments