Skip to content

Commit 1426c25

Browse files
authored
checkov: 3.2.330 -> 3.2.332 (NixOS#362510)
2 parents 87afc37 + a5f52e1 commit 1426c25

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)