appthreat-depscan: 3.2.7 -> 3.3.0

This commit is contained in:
R. Ryantm
2022-12-12 11:43:36 +00:00
parent 96ba5e03af
commit f4793e27c5
@@ -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; [