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

appthreat-depscan: 3.2.1 -> 3.2.3
This commit is contained in:
Fabian Affolter
2022-11-30 21:05:24 +01:00
committed by GitHub
@@ -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; [