From aeda64b2ec870ea97ebafbaf4fe2c195204d631a Mon Sep 17 00:00:00 2001 From: qubitnano <146656568+qubitnano@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:37:44 -0400 Subject: [PATCH] mongodb-7_0: 7.0.37 -> 7.0.39 https://www.mongodb.com/docs/manual/release-notes/7.0-changelog/#7.0.39-changelog Fixes: CVE-2026-9737 Fixes: CVE-2026-13055 Fixes: CVE-2026-13059 Fixes: CVE-2026-13060 Fixes: CVE-2026-13061 Fixes: CVE-2026-13062 Fixes: CVE-2026-13065 Fixes: CVE-2026-13066 Fixes: CVE-2026-13068 Fixes: CVE-2026-13069 Fixes: CVE-2026-13070 Fixes: CVE-2026-13071 Fixes: CVE-2026-13072 Fixes: CVE-2026-13074 Fixes: CVE-2026-13077 Fixes: CVE-2026-13078 --- pkgs/servers/nosql/mongodb/7.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/nosql/mongodb/7.0.nix b/pkgs/servers/nosql/mongodb/7.0.nix index 3104b048a6e8..b4254c47be61 100644 --- a/pkgs/servers/nosql/mongodb/7.0.nix +++ b/pkgs/servers/nosql/mongodb/7.0.nix @@ -21,8 +21,8 @@ let in buildMongoDB { inherit avxSupport; - version = "7.0.37"; - hash = "sha256-oDBNZTeM3UkXIfhG9IHnZYECVq4+n7pLUtYa8a5ki7E="; + version = "7.0.39"; + hash = "sha256-VB20nhb0mMf9xVs/R4i+4wWoqHoDNWNouDw3FRehBP8="; patches = [ # ModuleNotFoundError: No module named 'mongo_tooling_metrics': # NameError: name 'SConsToolingMetrics' is not defined: