about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-05-27 00:02:24 +0000
committerGitHub <noreply@github.com>2023-05-27 00:02:24 +0000
commit8f73f12f12e4998dc65488a7f3a3dc344943a3b1 (patch)
treeeac299cff327fa6993d81343bb7609cc93a6a9c1 /pkgs/development/tools/analysis
parent73ddcacb58198bd090822836ccb1ee968bfaf22c (diff)
parentdc7b61633814c589530b0b8812ca73f9be6ffe29 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/checkov/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix
index 4d7a8b721d434..c8dc1304dbbec 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.257";
+  version = "2.3.259";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "bridgecrewio";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-Ve/g7hhm1ae8aQY/2XDle4/W22FsXxipaR3hZ9fs7IA=";
+    hash = "sha256-TQSty1X0jD4Z5gZfl8ecpt4/7FLOjpNBXs5hVblwKvs=";
   };
 
   patches = [