appthreat-depscan: 2.1.3 -> 2.1.5

This commit is contained in:
R. Ryantm 2022-06-15 00:21:31 +00:00
parent 7a99205619
commit 5a0dfe81c4

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "2.1.3";
version = "2.1.5";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-6ifpPNBcqaNGVQjZQ3G48QuwTRRn4zL3awa06yOeveU=";
hash = "sha256-pe8bEMpK0pHLoTRSE0eEbARbU3Pyqv1PFOYvF6D4Trw=";
};
propagatedBuildInputs = with python3.pkgs; [