Skip to content

Commit 61e061e

Browse files
terraform-compliance: 1.3.48 -> 1.3.49 (#360676)
2 parents 7fe2c82 + 93f0b9a commit 61e061e

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
@@ -5,14 +5,14 @@
55

66
python3.pkgs.buildPythonApplication rec {
77
pname = "terraform-compliance";
8-
version = "1.3.48";
8+
version = "1.3.49";
99
format = "setuptools";
1010

1111
src = fetchFromGitHub {
1212
owner = "terraform-compliance";
1313
repo = "cli";
1414
rev = "refs/tags/${version}";
15-
hash = "sha256-2nf/EJcC4KYTBItByX47UqTSs2EOgsUAgRbLEdB4Iyg=";
15+
hash = "sha256-wg9n7x7KDqFecZZVmJwpE1kP0eKt1Gmld6XEcavcyU0=";
1616
};
1717

1818
postPatch = ''

0 commit comments

Comments
 (0)