mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
mongodb-7_0: 7.0.32 -> 7.0.34
https://www.mongodb.com/docs/manual/release-notes/7.0-changelog/#7.0.34-changelog Fixes: CVE-2026-8053 Fixes: CVE-2026-8199 Fixes: CVE-2026-8200 Fixes: CVE-2026-8201 Fixes: CVE-2026-8202
This commit is contained in:
@@ -21,8 +21,8 @@ let
|
||||
in
|
||||
buildMongoDB {
|
||||
inherit avxSupport;
|
||||
version = "7.0.32";
|
||||
hash = "sha256-1jK7MhYF+61sa5jAqPpJwmYcXebIZgk/8gFn0037I+E=";
|
||||
version = "7.0.34";
|
||||
hash = "sha256-T6TvgDf8LfOb/Licf1Z4mTxPrRjUypU9ytw9DthqGfM=";
|
||||
patches = [
|
||||
# ModuleNotFoundError: No module named 'mongo_tooling_metrics':
|
||||
# NameError: name 'SConsToolingMetrics' is not defined:
|
||||
|
||||
Reference in New Issue
Block a user