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

appthreat-depscan: 2.1.3 -> 2.1.5
This commit is contained in:
Fabian Affolter 2022-06-15 09:24:57 +02:00 committed by GitHub
commit c43400c529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; [