diff options
| author | Bryan A. S <bryanasdev000@gmail.com> | 2021-11-16 20:01:10 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-09 14:40:12 +0000 |
| commit | 38d0a38bdf0a17ea013098ea19ce1d8483596e98 (patch) | |
| tree | 5eaeab799e416cdc4ad24f0b57c52a9a1fc6ed9f | |
| parent | Merge pull request #149677 from NixOS/backport-147506-to-release-21.11 (diff) | |
| download | nixpkgs-38d0a38bdf0a17ea013098ea19ce1d8483596e98.tar.gz | |
mongodb-3_6: 3.6.13 -> 3.6.23
(cherry picked from commit 373dd89275d714667bd5e054bc06feaabf0132d3)
| -rw-r--r-- | pkgs/servers/nosql/mongodb/v3_6.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/nosql/mongodb/v3_6.nix b/pkgs/servers/nosql/mongodb/v3_6.nix index b55bccab7795..4fc9e3ea9062 100644 --- a/pkgs/servers/nosql/mongodb/v3_6.nix +++ b/pkgs/servers/nosql/mongodb/v3_6.nix @@ -9,8 +9,8 @@ let inherit cctools; }; in buildMongoDB { - version = "3.6.13"; - sha256 = "1mbvk4bmabrswjdm01jssxcygjpq5799zqyx901nsi12vlcymwg4"; + version = "3.6.23"; + sha256 = "sha256-EJpIerW4zcGJvHfqJ65fG8yNsLRlUnRkvYfC+jkoFJ4="; patches = [ ./forget-build-dependencies.patch ] ++ lib.optionals stdenv.isDarwin [ ./asio-no-experimental-string-view.patch ]; } |
