checkov: 3.2.281 -> 3.2.283 (#354609)

This commit is contained in:
Fabian Affolter 2024-11-09 08:07:19 +01:00 committed by GitHub
commit 300109cbac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.281";
version = "3.2.283";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-jKVO9qQ1PW/YjQhd/Pvy3L4z6vruwIMxVJDcMPXUhyc=";
hash = "sha256-9izC3O5e6GY/4OLkFLnUOoiFSnxdaS22qPSD3uYXSOE=";
};
patches = [ ./flake8-compat-5.x.patch ];