summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-09-16 21:43:09 +0200
committerGitHub <noreply@github.com>2022-09-16 21:43:09 +0200
commitda6a05816e7fa5226c3f61e285ef8d9dfc868f3c (patch)
tree68bc5e2102cff492b315ea46c54a949ecc358533
parent8bdb129b86b31bddb63b2ad13e0012415e19f9af (diff)
parent67ee06f34374a0eccd76802e38402e5faedbfbb7 (diff)
Merge pull request #191472 from r-ryantm/auto-update/appthreat-depscan
appthreat-depscan: 2.1.7 -> 2.1.9
-rw-r--r--pkgs/development/tools/appthreat-depscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/appthreat-depscan/default.nix b/pkgs/development/tools/appthreat-depscan/default.nix
index 0481c8a5be0e..ea7d1bb2d2c9 100644
--- a/pkgs/development/tools/appthreat-depscan/default.nix
+++ b/pkgs/development/tools/appthreat-depscan/default.nix
@@ -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; [