mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
checkov: 3.2.256 -> 3.2.257
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.256...3.2.257 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.257
This commit is contained in:
parent
2977943aeb
commit
da2f6fc1cd
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.256";
|
||||
version = "3.2.257";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-y6BhNpbXwna8UVDBaAmxEyjIsCDslpi5sF/gAyX65Xg=";
|
||||
hash = "sha256-1uUKOIxv9p++p6t0O6RXn/cw3Py06mFxoCae0Bj75bU=";
|
||||
};
|
||||
|
||||
patches = [ ./flake8-compat-5.x.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user