Unverified Commit 2a5e0e64 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #233778 from fabaff/checkov-bump

checkov: 2.3.251 -> 2.3.257
parents 71353839 3d0867ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@ with py.pkgs;

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

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-qbnGibGpAH5Lg2VuJBLx+Jdh6/IYkk54SA8Gr8UtnYg=";
    hash = "sha256-Ve/g7hhm1ae8aQY/2XDle4/W22FsXxipaR3hZ9fs7IA=";
  };

  patches = [