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