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

Merge pull request #253807 from fabaff/checkov-bump

checkov: 2.4.27 -> 2.4.29
parents f0573ef3 fb5cada4
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.27";
  version = "2.4.29";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-HTYxPHCMDYRg4UR2Nm7cHNP9mi0tOPjCTzv3z175YE4=";
    hash = "sha256-KnPbIfTSf1izk0E2JRdnYJbTDQbzr+d28HNIJrD6CWU=";
  };

  patches = [