mongodb-3_6: 3.6.13 -> 3.6.23

This commit is contained in:
Bryan A. S 2021-11-16 20:01:10 -03:00
parent 7e8392413c
commit 373dd89275

View File

@ -9,8 +9,8 @@ let
inherit cctools;
};
in buildMongoDB {
version = "3.6.13";
sha256 = "1mbvk4bmabrswjdm01jssxcygjpq5799zqyx901nsi12vlcymwg4";
version = "3.6.23";
sha256 = "sha256-EJpIerW4zcGJvHfqJ65fG8yNsLRlUnRkvYfC+jkoFJ4=";
patches = [ ./forget-build-dependencies.patch ]
++ lib.optionals stdenv.isDarwin [ ./asio-no-experimental-string-view.patch ];
}