mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
checkov: 3.2.254 -> 3.2.256
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.2.254...3.2.256 Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.256
This commit is contained in:
parent
7e98947ab3
commit
f3b00c8770
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "3.2.254";
|
||||
version = "3.2.256";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = "checkov";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-+3hx6MEJWDbTby0bvUSe/AGoneqJ/ojzkkpb8oF4ZIo=";
|
||||
hash = "sha256-y6BhNpbXwna8UVDBaAmxEyjIsCDslpi5sF/gAyX65Xg=";
|
||||
};
|
||||
|
||||
patches = [ ./flake8-compat-5.x.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user