Commit 6f0681dd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: 2.0.1188 -> 2.0.1195

parent 7afa444b
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; [