mongodb-5_0: 5.0.23 -> 5.0.24

This commit is contained in:
Isa 2024-02-22 23:31:19 +01:00
parent ab326e8a34
commit 6c1f08c32b

View file

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