mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
checkov: 3.2.223 -> 3.2.228
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.223...3.2.228 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.228
This commit is contained in:
parent
a24385cb4c
commit
0d7342ec12
|
@ -6,14 +6,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.223";
|
||||
version = "3.2.228";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-NK1Ka3m9XQJish5d8Z0UiaTLEDot+rekEjC5peZ7FV4=";
|
||||
hash = "sha256-9I17CEG5c9nLqfGe2OlOmgRv3zCw7klRhLe9youZEa4=";
|
||||
};
|
||||
|
||||
patches = [ ./flake8-compat-5.x.patch ];
|
||||
|
|
Loading…
Reference in a new issue