Commit 3184adc3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 6a78de9b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.3.246";
  version = "2.3.251";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-IDyDvwpCB/rZkaAWmAvudctT3FDDCKentqJVfM/YV7s=";
    hash = "sha256-qbnGibGpAH5Lg2VuJBLx+Jdh6/IYkk54SA8Gr8UtnYg=";
  };

  patches = [
@@ -74,6 +74,7 @@ buildPythonApplication rec {
    jmespath
    jsonschema
    junit-xml
    license-expression
    networkx
    openai
    packaging
@@ -82,6 +83,7 @@ buildPythonApplication rec {
    pycep-parser
    pyyaml
    semantic-version
    spdx-tools
    tabulate
    termcolor
    tqdm