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

Merge pull request #176621 from fabaff/checkov-bump

checkov: 2.0.1188 -> 2.0.1195
parents d3508305 6f0681dd
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.0.1188";
  version = "2.0.1195";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = version;
    hash = "sha256-TK2In3FlcjrJjwfS0flgmgbd7nVv4g69v/ZZfWmbkr4=";
    hash = "sha256-YzM/YzTeFqNe7ThNH138g13aSzEXK8rzTWit1g27GVw=";
  };

  nativeBuildInputs = with py.pkgs; [