mongodb: 4.2.17 -> 4.2.19
This commit is contained in:
parent
7a246abcf1
commit
dc72466610
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ let
|
|||
inherit cctools;
|
||||
};
|
||||
in buildMongoDB {
|
||||
version = "4.2.17";
|
||||
sha256 = "sha256-4ynvImVjN674VdD/bJ55Vy/IrOlMN8iZb2PAhxwbv1A=";
|
||||
version = "4.2.19";
|
||||
sha256 = "sha256-fngTHd+fSdHqiqQYOYS7o6P5eHybeZy3iNKkGzFmjTw=";
|
||||
patches =
|
||||
[ ./forget-build-dependencies-4-2.patch ]
|
||||
++ lib.optionals stdenv.isDarwin [ ./asio-no-experimental-string-view-4-2.patch ];
|
||||
|
|
Loading…
Reference in a new issue