Merge pull request #191472 from r-ryantm/auto-update/appthreat-depscan

appthreat-depscan: 2.1.7 -> 2.1.9
This commit is contained in:
Jonas Heinrich
2022-09-16 21:43:09 +02:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "appthreat-depscan";
version = "2.1.7";
version = "2.1.9";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-hudPySVFewKrXI5FAYBCPTkjI4W7/kmnNwhnjxMhkrw=";
hash = "sha256-3K8dIKeb9bqopu8B8f1fHLIzXHTfmn4ZtDztRBSm10k=";
};
propagatedBuildInputs = with python3.pkgs; [