about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-20 10:04:02 -0400
committerGitHub <noreply@github.com>2024-03-20 10:04:02 -0400
commit6fafd79591772fa9a21885070a52b3f6e98971aa (patch)
treeeeb833dfc3fb440e69f47f75e5cea35a67ebebd3
parentf1f5d4aeef494f0a7d5df6cd8c9b78e2943e5669 (diff)
parent912a27b204c725efccbc62601de69734e299d866 (diff)
downloadnixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.tar
nixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.tar.gz
nixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.tar.bz2
nixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.tar.lz
nixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.tar.xz
nixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.tar.zst
nixlib-6fafd79591772fa9a21885070a52b3f6e98971aa.zip
Merge pull request #297273 from r-ryantm/auto-update/cdxgen
cdxgen: 10.2.3 -> 10.2.4
-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 f624b10952fc..351fee2ff2af 100644
--- a/pkgs/tools/security/cdxgen/default.nix
+++ b/pkgs/tools/security/cdxgen/default.nix
@@ -5,16 +5,16 @@
 
 buildNpmPackage rec {
   pname = "cdxgen";
-  version = "10.2.3";
+  version = "10.2.4";
 
   src = fetchFromGitHub {
     owner = "AppThreat";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-C/XTMOFLW2FPPi1Pgx7g5H8jtJlya5LnKmo3oF21yMI=";
+    sha256 = "sha256-fou0BfQfL66Iv+STY0JcRqu22XTgA9nSOse1LJYl3vs=";
   };
 
-  npmDepsHash = "sha256-64dKqV17WvuHjF+n1vCEfpLx6UBNpGkVE+XYi7YswgI=";
+  npmDepsHash = "sha256-ISmNasK44T21HagHKrX1LyCFVm0GF0CsTwIIi3n8h2o=";
 
   dontNpmBuild = true;