Merge pull request #276709 from r-ryantm/auto-update/cdxgen

cdxgen: 6.0.14 -> 9.10.1

authored by OTABI Tomoya and committed by GitHub 55b8e90b 71e2b36a

+3 -3
+3 -3
pkgs/tools/security/cdxgen/default.nix
··· 5 6 buildNpmPackage rec { 7 pname = "cdxgen"; 8 - version = "6.0.14"; 9 10 src = fetchFromGitHub { 11 owner = "AppThreat"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-ddeX2EwA2g6wgfsNxf/5ZVsQOHlINGhxif/y6368wCw="; 15 }; 16 17 - npmDepsHash = "sha256-CJ939wT9dKUzMDH2yHKgT056F2AVBevJlS/NhUBjx0E="; 18 19 dontNpmBuild = true; 20
··· 5 6 buildNpmPackage rec { 7 pname = "cdxgen"; 8 + version = "9.10.1"; 9 10 src = fetchFromGitHub { 11 owner = "AppThreat"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-FkOWkjf/TXjmSOMSTHvf/MhRtuIPFwGwMt1IUJdvKM0="; 15 }; 16 17 + npmDepsHash = "sha256-2DDLogGXT9G8tKJYxVtS7oa5szlaaQTs1kJcgq9GA7k="; 18 19 dontNpmBuild = true; 20