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

appthreat-depscan: 2.2.1 -> 2.3.0

authored by Fabian Affolter and committed by GitHub 733dcaf5 77843fd0

+2 -2
+2 -2
pkgs/development/tools/appthreat-depscan/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "appthreat-depscan"; 8 - version = "2.2.1"; 8 + version = "2.3.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "AppThreat"; 12 12 repo = "dep-scan"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-O6RHd7akTuslM+nt+4OilrjZvJs6B3BzkjjlRaty9Tg="; 14 + hash = "sha256-9N/PQVglXyHY0La1guvLzTHNq7QFftDWxPPwMN4Pvvo="; 15 15 }; 16 16 17 17 propagatedBuildInputs = with python3.pkgs; [