3
0
Fork 0
forked from mirrors/nixpkgs

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
libpcap
libyamlcpp
openssl.dev
openssl.out
openssl
pcre-cpp
python
sasl

View file

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