From 8f1c4e11ba15d9037bfef344004c7d8534bd98d8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Aug 2023 09:12:18 +0200 Subject: [PATCH] checkov: 2.3.356 -> 2.3.359 Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.356...2.3.359 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.359 --- pkgs/development/tools/analysis/checkov/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix index a33c8a5cb2b5..2f299463c55a 100644 --- a/pkgs/development/tools/analysis/checkov/default.nix +++ b/pkgs/development/tools/analysis/checkov/default.nix @@ -22,14 +22,14 @@ with py.pkgs; buildPythonApplication rec { pname = "checkov"; - version = "2.3.356"; + version = "2.3.359"; format = "setuptools"; src = fetchFromGitHub { owner = "bridgecrewio"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Bz+A0QUUZ3Pvcw9XnRqm1fD/AjToJLSK+L/B81Kay20="; + hash = "sha256-9Ai8nsPy5BlyeVoEcZeMr+UlUp7kv7wxS9xn9wrvAJo="; }; patches = [