appthreat-depscan: 3.2.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2022-11-28 21:15:57 +00:00
parent 1712fc4a50
commit 5f6ad4d834

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-JDc5VNcx/x1X4luPz9RBx4LII3402/CLim68l2QBkw4=";
hash = "sha256-tBhsH5ZlEsrboOCSJLcwY9kYv0aK9IrLCU+ZjY0y648=";
};
propagatedBuildInputs = with python3.pkgs; [