appthreat-depscan: 3.2.1 -> 3.2.3

This commit is contained in:
R. Ryantm 2022-11-30 17:11:25 +00:00
parent 5b6e95b131
commit 53b811ea51

View File

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