appthreat-depscan: 3.3.0 -> 3.4.0

This commit is contained in:
R. Ryantm
2022-12-15 11:01:18 +00:00
parent 69ce4fbad8
commit bfed02034d
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-PHyg52I8I9TeSoWKLx2aqMF7Csym4Hnq83fO3hcVEOc=";
hash = "sha256-Gp0JXjtU8TZl/k6HHWvMvdggIgyn4zqLyyBqiPtlkA8=";
};
propagatedBuildInputs = with python3.pkgs; [