checkov: 2.4.5 -> 2.4.6
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.4.5...2.4.6 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.4.6
This commit is contained in:
parent
babf87cb69
commit
d24dcc48d1
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.4.5";
|
||||
version = "2.4.6";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-hx2aDFIYf+9GplioNs446P654KOvsWO/wOiBmjEbeS4=";
|
||||
hash = "sha256-1o8l/c6DeT35GjEV/7+9+LLJwoCpWuq0LBkyr08mWaE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user