appthreat-depscan: 3.5.0 -> 3.5.3

This commit is contained in:
R. Ryantm 2022-12-19 04:22:02 +00:00
parent e388728ddf
commit eab197845f

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "3.5.0";
version = "3.5.3";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-kwur74jaAjGch4Jruq6OX1lWqX8b3NZYvxxNsp+n/TI=";
hash = "sha256-D/i1KGKPuhayKU8jaXhWnVgpU5Z/SG12AW8R7bgSQh8=";
};
propagatedBuildInputs = with python3.pkgs; [