checkov: 3.2.291 -> 3.2.293 (#355854)

This commit is contained in:
Fabian Affolter
2024-11-15 22:42:43 +01:00
committed by GitHub
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.291";
version = "3.2.296";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-CpLJD76FK2kX4p8M41S/GmGAwfTX1ugyyl10MEG4WNY=";
hash = "sha256-lHfAbgi5Ut3vwkEqIEXrvBFhEn1exIEB1PZmbVnqKbU=";
};
patches = [ ./flake8-compat-5.x.patch ];