checkov: 2.0.941 -> 2.0.954

This commit is contained in:
Fabian Affolter
2022-03-15 08:17:46 +01:00
parent b95cbc904d
commit 1e7b952520
@@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.941";
version = "2.0.954";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-hNmIJmxzKEaKQzqLl9LSqtMj1dTpFDeztUo2ESCHIw0=";
hash = "sha256-gCUciYTEL+4Pt9vAGbun0WFQWneOhDDXh7Dn9+sZbWw=";
};
nativeBuildInputs = with py.pkgs; [