mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user