Unverified Commit 2911b46c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254811 from fabaff/checkov-bump

checkov: 2.4.30 -> 2.4.33
parents 0f6d3ce0 9b70a329
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.4.30";
  version = "2.4.33";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-sMNyeVaHdKI3IEN0/UR5XM72zDvMzyVAFMMcauan9J4=";
    hash = "sha256-lbJlv1D3PvZlvjawkItBt9STdMMJwC5QQAYdUG0HjTI=";
  };

  patches = [