Commit f828b1cb authored by R. RyanTM's avatar R. RyanTM
Browse files

checkov: 3.2.112 -> 3.2.128

parent a73df7dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "checkov";
  version = "3.2.112";
  version = "3.2.128";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = "checkov";
    rev = "refs/tags/${version}";
    hash = "sha256-VE9dxDDIZVT1aajEWHXbui711HjFvgZMEbXCBiq1nKc=";
    hash = "sha256-BnfSKEetEofNs/74K0Pxqs6q55YQPGKAhV++pVl2tug=";
  };

  patches = [ ./flake8-compat-5.x.patch ];