diff options
| author | Wolfgang Walther <walther@technowledgy.de> | 2025-08-09 19:08:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 19:08:05 +0000 |
| commit | 50d5614029a8afcbdff6dc1663dd428eafb752f4 (patch) | |
| tree | 008682d7b73e5ae9101a6376fb6f0a2f8b143c69 | |
| parent | [Backport release-25.05] lixPackageSets.git: 2.94.0-pre-20250704_362bfd827f52... (diff) | |
| parent | mongodb-7_0: 7.0.16 -> 7.0.21 (diff) | |
| download | nixpkgs-50d5614029a8afcbdff6dc1663dd428eafb752f4.tar.gz | |
[Backport release-25.05] mongodb-7_0: 7.0.16 -> 7.0.21 (#426481)
| -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 c4eab452fc88..acb3678bc8f6 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: |
