Merge pull request #146538 from fabaff/bump-checkov

checkov: 2.0.582 -> 2.0.587

authored by Fabian Affolter and committed by GitHub 262137ae 1560cc0d

+2 -2
+2 -2
pkgs/development/tools/analysis/checkov/default.nix
··· 56 56 57 57 buildPythonApplication rec { 58 58 pname = "checkov"; 59 - version = "2.0.582"; 59 + version = "2.0.587"; 60 60 61 61 src = fetchFromGitHub { 62 62 owner = "bridgecrewio"; 63 63 repo = pname; 64 64 rev = version; 65 - sha256 = "sha256-25RT70HyOyfdg2jWLKMnEVgvNdlZuJ0e6eajlU486IQ="; 65 + sha256 = "sha256-uLH3g3UeWdIZsMsUwCYpTehgxDKGraPBlENdTz+QYLI="; 66 66 }; 67 67 68 68 nativeBuildInputs = with py.pkgs; [