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

appthreat-depscan: 3.2.7 -> 3.3.0
This commit is contained in:
Fabian Affolter 2022-12-12 17:37:57 +01:00 committed by GitHub
commit f02a75849d
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 = "3.2.7";
version = "3.3.0";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-nHKEELQzcMKvxAC+u4lPBglsMwyzRpiQF3O+felHTbk=";
hash = "sha256-PHyg52I8I9TeSoWKLx2aqMF7Csym4Hnq83fO3hcVEOc=";
};
propagatedBuildInputs = with python3.pkgs; [