3
0
Fork 0
forked from mirrors/nixpkgs

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

appthreat-depscan: 3.3.0 -> 3.4.0
This commit is contained in:
Fabian Affolter 2022-12-15 14:54:43 +01:00 committed by GitHub
commit 1e62cda6db
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 = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "AppThreat";
repo = "dep-scan";
rev = "refs/tags/v${version}";
hash = "sha256-PHyg52I8I9TeSoWKLx2aqMF7Csym4Hnq83fO3hcVEOc=";
hash = "sha256-Gp0JXjtU8TZl/k6HHWvMvdggIgyn4zqLyyBqiPtlkA8=";
};
propagatedBuildInputs = with python3.pkgs; [