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

appthreat-depscan: 2.2.1 -> 2.3.0
This commit is contained in:
Fabian Affolter 2022-11-16 01:01:55 +01:00 committed by GitHub
commit 733dcaf53d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-O6RHd7akTuslM+nt+4OilrjZvJs6B3BzkjjlRaty9Tg=";
hash = "sha256-9N/PQVglXyHY0La1guvLzTHNq7QFftDWxPPwMN4Pvvo=";
};
propagatedBuildInputs = with python3.pkgs; [