checkov: 2.3.259 -> 2.3.261
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.259...2.3.261 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.261
This commit is contained in:
parent
507f9c4d85
commit
6f1b4c0e3e
@ -22,14 +22,14 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.3.259";
|
||||
version = "2.3.261";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-TQSty1X0jD4Z5gZfl8ecpt4/7FLOjpNBXs5hVblwKvs=";
|
||||
hash = "sha256-GRP9crehMlU+T2Iss0fUh00M6nD7dJYDtagDvBakipo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user