Skip to content

Commit 300109c

Browse files
authored
checkov: 3.2.281 -> 3.2.283 (#354609)
2 parents 97a351b + 53ebf8d commit 300109c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/analysis/checkov/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "checkov";
9-
version = "3.2.281";
9+
version = "3.2.283";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "bridgecrewio";
1414
repo = "checkov";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-jKVO9qQ1PW/YjQhd/Pvy3L4z6vruwIMxVJDcMPXUhyc=";
16+
hash = "sha256-9izC3O5e6GY/4OLkFLnUOoiFSnxdaS22qPSD3uYXSOE=";
1717
};
1818

1919
patches = [ ./flake8-compat-5.x.patch ];

0 commit comments

Comments
 (0)