mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
mongodb-7_0: 7.0.40 -> 7.0.43
https://www.mongodb.com/docs/manual/release-notes/7.0-changelog/#7043-changelog Fixes: CVE-2026-82052 Fixes: CVE-2026-82053 Fixes: CVE-2026-82054 Fixes: CVE-2026-82056 Fixes: CVE-2026-82058 Fixes: CVE-2026-82059 Fixes: CVE-2026-82060 Fixes: CVE-2026-82063 Fixes: CVE-2026-82064 Fixes: CVE-2026-82065 Fixes: CVE-2026-82066 Fixes: CVE-2026-82067 Fixes: CVE-2026-82068 Fixes: CVE-2026-82070 Fixes: CVE-2026-82074 Fixes: CVE-2026-82075 Fixes: CVE-2026-82076
This commit is contained in:
@@ -21,8 +21,8 @@ let
|
||||
in
|
||||
buildMongoDB {
|
||||
inherit avxSupport;
|
||||
version = "7.0.40";
|
||||
hash = "sha256-0KDqI/tMxklGkOvXcehmufiWvmNrf8Jj2llCH91gNlw=";
|
||||
version = "7.0.43";
|
||||
hash = "sha256-NPFMX3FpuQjEyQgSvP3YF/UvmXGe34eMAuXAAUj9pso=";
|
||||
patches = [
|
||||
# ModuleNotFoundError: No module named 'mongo_tooling_metrics':
|
||||
# NameError: name 'SConsToolingMetrics' is not defined:
|
||||
|
||||
Reference in New Issue
Block a user