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

checkov: 3.2.486 -> 3.2.487 (#455353)

parents 6aa9d187 a2ac7120
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,14 +37,14 @@ with py.pkgs;

python3.pkgs.buildPythonApplication rec {
  pname = "checkov";
  version = "3.2.484";
  version = "3.2.487";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = "checkov";
    tag = version;
    hash = "sha256-XgFTYP4xE3Q3t4kOM9EDpjDSw3DcZs1SArP80ut+h+s=";
    hash = "sha256-g+1/3NbLVCOTWMuo8Jn7JlSgOFvum1tvnjBm3paj7is=";
  };

  pythonRelaxDeps = [