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
@@ -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; [