mongodb: 3.4.22 -> 3.4.24 & fix ssl

Reverts previous ssl fix commit and updates the mongodb version which fixes the ssl compile problem on darwin.
This commit is contained in:
Thibault Gagnaux 2020-02-25 15:11:53 +01:00 committed by Maximilian Bosch
parent de69821b54
commit c2eee6ecdb
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
2 changed files with 3 additions and 4 deletions

View File

@ -39,8 +39,7 @@ in stdenv.mkDerivation rec {
gperftools gperftools
libpcap libpcap
libyamlcpp libyamlcpp
openssl.dev openssl
openssl.out
pcre-cpp pcre-cpp
python python
sasl sasl

View File

@ -9,7 +9,7 @@ let
inherit cctools; inherit cctools;
}; };
in buildMongoDB { in buildMongoDB {
version = "3.4.22"; version = "3.4.24";
sha256 = "1rizrr69b26y7fb973n52hk387sf3mxzqg8wka4f3zdjdidfyiny"; sha256 = "0j6mvgv0jnsnvgkl8505bl88kbxkba66qijlpi1la0dd5pd1imfr";
patches = [ ./forget-build-dependencies-3-4.patch ]; patches = [ ./forget-build-dependencies-3-4.patch ];
} }