Unverified Commit 782460b1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #249213 from fabaff/checkov-bump

checkov: 2.3.364 -> 2.3.365
parents 03000a0d 1fbf8cf3
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.364";
  version = "2.3.365";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bridgecrewio";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-pec8JLFLqhe75G2Tk/3EwGYr9Dg2xgT8MlVS471QH60=";
    hash = "sha256-shJfqslstZIQ7W0GBV75M2ekxpb1/sIqbFDrL74Zpp4=";
  };

  patches = [