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:
parent
de69821b54
commit
c2eee6ecdb
|
@ -39,8 +39,7 @@ in stdenv.mkDerivation rec {
|
|||
gperftools
|
||||
libpcap
|
||||
libyamlcpp
|
||||
openssl.dev
|
||||
openssl.out
|
||||
openssl
|
||||
pcre-cpp
|
||||
python
|
||||
sasl
|
||||
|
|
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue