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

appthreat-depscan: 2.1.9 -> 2.2.1
This commit is contained in:
Fabian Affolter 2022-11-11 09:30:09 +01:00 committed by GitHub
commit a3bd30dbef
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.9";
version = "2.2.1";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-3K8dIKeb9bqopu8B8f1fHLIzXHTfmn4ZtDztRBSm10k=";
hash = "sha256-O6RHd7akTuslM+nt+4OilrjZvJs6B3BzkjjlRaty9Tg=";
};
propagatedBuildInputs = with python3.pkgs; [