about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-05 15:35:27 +0100
committerGitHub <noreply@github.com>2022-12-05 15:35:27 +0100
commit052872264f80a3618c9b74575a11ac978b502e99 (patch)
treeb1b5b2a3bdb04323f1257b6e7ce734c0b0aae6ee /pkgs/development
parent6d2344e749a2afffd99f580667c9523bf7536d60 (diff)
parent99775242d3e3ac17174a09103ea4f55b40858b2d (diff)
Merge pull request #204625 from r-ryantm/auto-update/appthreat-depscan
appthreat-depscan: 3.2.3 -> 3.2.7
Diffstat (limited to 'pkgs/development')
-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 81096c44ac444..9d77e21c58830 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 = "3.2.3";
+  version = "3.2.7";
 
   src = fetchFromGitHub {
     owner = "AppThreat";
     repo = "dep-scan";
     rev = "refs/tags/v${version}";
-    hash = "sha256-VWFYgRIpEmOpOonazoRF0wPUfAiOu90gxm22M6Wkvgo=";
+    hash = "sha256-nHKEELQzcMKvxAC+u4lPBglsMwyzRpiQF3O+felHTbk=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [