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

appthreat-depscan: 2.1.6 -> 2.1.7
This commit is contained in:
Fabian Affolter 2022-06-22 08:52:29 +02:00 committed by GitHub
commit 87fb2fb2c1
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.6";
version = "2.1.7";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-r0+USVnMLLGVMBV1gcCGECj8JG0FrHmMEynZKkSzYhY=";
hash = "sha256-hudPySVFewKrXI5FAYBCPTkjI4W7/kmnNwhnjxMhkrw=";
};
propagatedBuildInputs = with python3.pkgs; [