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

checkov: 2.0.1084 -> 2.0.1085

parent 2975ad11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.0.1084";
  version = "2.0.1085";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = version;
    hash = "sha256-bzmXLqjtl742UcjBpYQdtiTKO6Oe/x7lGoJZh+uJzUo=";
    hash = "sha256-GJVKngSpYmMtcxiWL8JDtEOlJlQ19LbKZF9zcAMG9vA=";
  };

  nativeBuildInputs = with py.pkgs; [