Skip to content

Commit a5f52e1

Browse files
committed
1 parent f145dbd commit a5f52e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/analysis/checkov/default.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 = "checkov";
9-
version = "3.2.330";
9+
version = "3.2.332";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "bridgecrewio";
1414
repo = "checkov";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-rMovncMrVpvj60WWdU5mBTpR2QVF2DLso1TUGjl3m38=";
16+
hash = "sha256-O4stCuRm847mULyCSs+HXSBLsHIcXxtxXuUVysgd5/o=";
1717
};
1818

1919
patches = [ ./flake8-compat-5.x.patch ];

0 commit comments

Comments
 (0)