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

checkov: 3.2.424 -> 3.2.425 (#408734)

parents 61083a13 c484582a
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.424";
  version = "3.2.425";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = "checkov";
    tag = version;
    hash = "sha256-9doZ3gZF+1VMIUWZGHRHbKtj9WZ5rPgIIRmgMAFeAsI=";
    hash = "sha256-tYK+GvWoSy3WOqVWqJ0w7EDJthNF+O5XvAPmWOVcjII=";
  };

  pythonRelaxDeps = [