appthreat-depscan: 2.1.0 -> 2.1.2

This commit is contained in:
R. Ryantm 2022-01-30 00:17:43 +00:00
parent a64f60b1b8
commit 7ae2be5154

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "2.1.0";
version = "2.1.2";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "v${version}";
hash = "sha256-HCOS8/jn7BOzDwSpenVGo6QpI/1ey6L1zBucTyqsSY4=";
hash = "sha256-hRmTx0qs/QnDLl4KhGbKw5Mucq4wQCaCIkeObrZlJSI=";
};
propagatedBuildInputs = with python3.pkgs; [