about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-08 21:54:27 +0200
committerGitHub <noreply@github.com>2022-06-08 21:54:27 +0200
commit17012748af59faf827a8585344d32514b73d3742 (patch)
tree2241fc14f2dc2fcc91488fb85ebc2d09b4f3c27c
parentd15e8a23911b45492c798909de0332261005376b (diff)
parent70db11c3d0a43770ca352bff08fd8b5657ad6498 (diff)
Merge pull request #176850 from fabaff/checkov-bump
checkov: 2.0.1201 -> 2.0.1204
-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 886cca2de9c72..d0695e44f0fa6 100644
--- a/pkgs/development/tools/analysis/checkov/default.nix
+++ b/pkgs/development/tools/analysis/checkov/default.nix
@@ -32,14 +32,14 @@ with py.pkgs;
 
 buildPythonApplication rec {
   pname = "checkov";
-  version = "2.0.1201";
+  version = "2.0.1204";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "bridgecrewio";
     repo = pname;
     rev = version;
-    hash = "sha256-ZQCUYnoCaVZkXr5rZ/vkEOlADMQmj6OfZ12KBerXdmQ=";
+    hash = "sha256-qqTqEn11DM1W48ZYoiCacsSCA4xPLxPil43xiByEy5g=";
   };
 
   nativeBuildInputs = with py.pkgs; [