appthreat-depscan: 3.2.3 -> 3.2.7

This commit is contained in:
R. Ryantm 2022-12-05 10:49:38 +00:00
parent c94cdd0978
commit 99775242d3

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "3.2.3";
version = "3.2.7";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-VWFYgRIpEmOpOonazoRF0wPUfAiOu90gxm22M6Wkvgo=";
hash = "sha256-nHKEELQzcMKvxAC+u4lPBglsMwyzRpiQF3O+felHTbk=";
};
propagatedBuildInputs = with python3.pkgs; [