Commit 38a8ec79 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

checkov: 2.3.361 -> 2.3.364

Diff: bridgecrewio/checkov@refs/tags/2.3.361...2.3.364

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.364
parent 77d5156a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@ with py.pkgs;

buildPythonApplication rec {
  pname = "checkov";
  version = "2.3.361";
  version = "2.3.364";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-k357VjGB+mKsKsd+l0S2lMh1f5za5Htlm4AWEVisQss=";
    hash = "sha256-pec8JLFLqhe75G2Tk/3EwGYr9Dg2xgT8MlVS471QH60=";
  };

  patches = [