diff options
| author | qubitnano <146656568+qubitnano@users.noreply.github.com> | 2025-04-11 17:30:09 -0400 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-07-18 20:36:42 +0000 |
| commit | 0b65aa025ae08c83d12f2420f8ca825a0e24ed15 (patch) | |
| tree | 10aac2189c2b86e7f544bfaf11dac85e01d1db9f | |
| parent | [Backport release-25.05] angular-language-server: 20.0.0 -> 20.1.1 (#426083) (diff) | |
| download | nixpkgs-0b65aa025ae08c83d12f2420f8ca825a0e24ed15.tar.gz | |
mongodb-7_0: 7.0.16 -> 7.0.21
Fixes: CVE-2025-6706
Fixes: CVE-2025-6707
Fixes: CVE-2025-6709
Fixes: CVE-2025-6710
Fixes: CVE-2025-6711
Fixes: CVE-2025-6713
Fixes: CVE-2025-6714
(cherry picked from commit e16b3be6a04ecc4c752f4885d18b9d260dd6dda2)
| -rw-r--r-- | pkgs/servers/nosql/mongodb/7.0.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/mongodb/7.0.nix b/pkgs/servers/nosql/mongodb/7.0.nix index 6e612b008ce8..c91f99f7d65e 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.16"; - sha256 = "sha256-j6GQZeAoetwhMOKkbuSPqBGdUbvg7f4u/1MYV1KMc4g="; + version = "7.0.21"; + sha256 = "sha256-l/xXLauloxf4WwwdW+WGBAUArp2jdHHSFgEnzcCJYrc="; patches = [ # ModuleNotFoundError: No module named 'mongo_tooling_metrics': # NameError: name 'SConsToolingMetrics' is not defined: |
