mongodb-5_0: 5.0.22 -> 5.0.23

This commit is contained in:
Isa 2024-01-13 18:19:55 +01:00
parent 4bf4dcfcf3
commit 2299c0aca0

View File

@ -6,8 +6,8 @@ let
};
variants = if stdenv.isLinux then
{
version = "5.0.22";
sha256 = "sha256-NIsx6nwXGsuk+ff+LOCwOMpT/HAaNn89t4jtJvKprIA=";
version = "5.0.23";
sha256 = "sha256-URIOBsR64ppZP4DiDg3hXnOGEUwRXhA1P5ZuecsT2mE=";
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
}
else lib.optionalAttrs stdenv.isDarwin