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

Merge pull request #179703 from fabaff/checkov-bump

checkov: 2.1.16 -> 2.1.20
parents f7cbcafc 6c8432f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.1.16";
  version = "2.1.20";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = version;
    hash = "sha256-/sYxR7xaNTScyv0rB+7CHUPnxPXMX2aIGl9WtrBo+Jc=";
    hash = "sha256-dXpgm9S++jtBhuzX9db8Pm5LF6Qb4isXx5uyOGdWGUc=";
  };

  nativeBuildInputs = with py.pkgs; [