Merge pull request #191472 from r-ryantm/auto-update/appthreat-depscan

appthreat-depscan: 2.1.7 -> 2.1.9

Changed files
+2 -2
pkgs
development
tools
appthreat-depscan
+2 -2
pkgs/development/tools/appthreat-depscan/default.nix
···
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
-
version = "2.1.7";
+
version = "2.1.9";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
-
hash = "sha256-hudPySVFewKrXI5FAYBCPTkjI4W7/kmnNwhnjxMhkrw=";
+
hash = "sha256-3K8dIKeb9bqopu8B8f1fHLIzXHTfmn4ZtDztRBSm10k=";
};
propagatedBuildInputs = with python3.pkgs; [