mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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;
|
||||
};
|
||||
in buildMongoDB {
|
||||
version = "4.0.12";
|
||||
sha256 = "1j8dqa4jr623y87jrdanyib9r7x18srrvdx952q4azcc8zrdwci1";
|
||||
version = "4.0.27";
|
||||
sha256 = "sha256-ct33mnK4pszhYM4Is7j0GZQRyi8i8Qmy0wcklyq5LjM=";
|
||||
patches =
|
||||
[ ./forget-build-dependencies.patch ./mozjs-45_fix-3-byte-opcode.patch ]
|
||||
++ lib.optionals stdenv.isDarwin [ ./asio-no-experimental-string-view.patch ];
|
||||
|
|
Loading…
Reference in a new issue