mongodb-4_0: 4.0.12 -> 4.0.27
This commit is contained in:
parent
373dd89275
commit
6aa95a5ea8
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ let
|
||||||
inherit cctools;
|
inherit cctools;
|
||||||
};
|
};
|
||||||
in buildMongoDB {
|
in buildMongoDB {
|
||||||
version = "4.0.12";
|
version = "4.0.27";
|
||||||
sha256 = "1j8dqa4jr623y87jrdanyib9r7x18srrvdx952q4azcc8zrdwci1";
|
sha256 = "sha256-ct33mnK4pszhYM4Is7j0GZQRyi8i8Qmy0wcklyq5LjM=";
|
||||||
patches =
|
patches =
|
||||||
[ ./forget-build-dependencies.patch ./mozjs-45_fix-3-byte-opcode.patch ]
|
[ ./forget-build-dependencies.patch ./mozjs-45_fix-3-byte-opcode.patch ]
|
||||||
++ lib.optionals stdenv.isDarwin [ ./asio-no-experimental-string-view.patch ];
|
++ lib.optionals stdenv.isDarwin [ ./asio-no-experimental-string-view.patch ];
|
||||||
|
|
Loading…
Reference in a new issue