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

Merge pull request #170531 from fabaff/bump-checkov

checkov: 2.0.1084 -> 2.0.1085
parents 9f531efe 61295628
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; [