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:
parent
de69821b54
commit
c2eee6ecdb
|
@ -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
|
||||||
|
|
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user