mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
checkov: 3.2.435 -> 3.2.436
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.435...refs/tags/3.2.436 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.436
This commit is contained in:
parent
2d031f9457
commit
c4fa6af24b
1 changed files with 2 additions and 2 deletions
|
@ -25,14 +25,14 @@ with py.pkgs;
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.435";
|
||||
version = "3.2.436";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
tag = version;
|
||||
hash = "sha256-zV430pGFkfyf0oznXe69lTsMkGUrrA5TTyGobE4AK9I=";
|
||||
hash = "sha256-QI7gJjk7TtafSqGJ8vX+bTgajeRjBUHQnNJxhDiVUDI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue