about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-26 18:54:38 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-26 18:54:38 +0200
commit8b25d4ef4e135a5618d48f7806f47a777eccce12 (patch)
tree5ed1934d53b0eefbb6dcf70de36d36e9d0d77272 /pkgs/development/tools/analysis
parente512455cb26aa7eed9c0df336ab389df3e5e655c (diff)
checkov: 2.3.257 -> 2.3.259
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.257...2.3.259

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.259
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 = [