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

appthreat-depscan: 2.1.0 -> 2.1.2
This commit is contained in:
Fabian Affolter 2022-01-30 11:35:42 +01:00 committed by GitHub
commit 39052b5517
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.1.0";
version = "2.1.2";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "v${version}";
hash = "sha256-HCOS8/jn7BOzDwSpenVGo6QpI/1ey6L1zBucTyqsSY4=";
hash = "sha256-hRmTx0qs/QnDLl4KhGbKw5Mucq4wQCaCIkeObrZlJSI=";
};
propagatedBuildInputs = with python3.pkgs; [