about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 13:27:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 13:27:25 +0000
commit22a2ee4748f7a3dd32dff76a09668ebadbeef824 (patch)
treecb026550611bf4ff2222407775760b308b647909 /pkgs/tools/security
parentb45547a0a2b0e8064c445a50aaedc7f3b27e8ff7 (diff)
cdxgen: 6.0.14 -> 9.10.1
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/cdxgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cdxgen/default.nix b/pkgs/tools/security/cdxgen/default.nix
index ffdd977da4163..4c4a7292ac56a 100644
--- a/pkgs/tools/security/cdxgen/default.nix
+++ b/pkgs/tools/security/cdxgen/default.nix
@@ -5,16 +5,16 @@
 
 buildNpmPackage rec {
   pname = "cdxgen";
-  version = "6.0.14";
+  version = "9.10.1";
 
   src = fetchFromGitHub {
     owner = "AppThreat";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ddeX2EwA2g6wgfsNxf/5ZVsQOHlINGhxif/y6368wCw=";
+    sha256 = "sha256-FkOWkjf/TXjmSOMSTHvf/MhRtuIPFwGwMt1IUJdvKM0=";
   };
 
-  npmDepsHash = "sha256-CJ939wT9dKUzMDH2yHKgT056F2AVBevJlS/NhUBjx0E=";
+  npmDepsHash = "sha256-2DDLogGXT9G8tKJYxVtS7oa5szlaaQTs1kJcgq9GA7k=";
 
   dontNpmBuild = true;