Skip to content

Commit 234cdf8

Browse files
committed
1 parent eec2a47 commit 234cdf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ch/checkov/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ with py.pkgs;
2525

2626
python3.pkgs.buildPythonApplication rec {
2727
pname = "checkov";
28-
version = "3.2.395";
28+
version = "3.2.396";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "bridgecrewio";
3333
repo = "checkov";
3434
tag = version;
35-
hash = "sha256-rwaDksQtxB9A0vWVty28qlE/HlyivWmnRp77K94vJzs=";
35+
hash = "sha256-Ppj8dxxT+BcqrxJRycFBBb0QmoFI1yY0/eE7bZY2QaQ=";
3636
};
3737

3838
pythonRelaxDeps = [

0 commit comments

Comments
 (0)