Commit bc910854 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: 2.0.762 -> 2.0.763

parent a54ec715
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.0.762";
  version = "2.0.763";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = version;
    hash = "sha256-7YINKTvEAAOGoGkc4t2YwuMBF4rvOxRD2XhJxJBWvis=";
    hash = "sha256-KqxFFRKOCDzlGVKYMp3YNWMKGdxXT9f6xwaCc5XIruk=";
  };

  nativeBuildInputs = with py.pkgs; [