Unverified Commit eb3aa31d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

checkov: 3.2.395 -> 3.2.396 (#395397)

parents 2bff4b04 234cdf86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ with py.pkgs;

python3.pkgs.buildPythonApplication rec {
  pname = "checkov";
  version = "3.2.395";
  version = "3.2.396";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = "checkov";
    tag = version;
    hash = "sha256-rwaDksQtxB9A0vWVty28qlE/HlyivWmnRp77K94vJzs=";
    hash = "sha256-Ppj8dxxT+BcqrxJRycFBBb0QmoFI1yY0/eE7bZY2QaQ=";
  };

  pythonRelaxDeps = [