mongodb-5_0: 5.0.23 -> 5.0.24
This commit is contained in:
parent
ab326e8a34
commit
6c1f08c32b
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ let
|
||||||
};
|
};
|
||||||
variants = if stdenv.isLinux then
|
variants = if stdenv.isLinux then
|
||||||
{
|
{
|
||||||
version = "5.0.23";
|
version = "5.0.24";
|
||||||
sha256 = "sha256-URIOBsR64ppZP4DiDg3hXnOGEUwRXhA1P5ZuecsT2mE=";
|
sha256 = "sha256-6CVQOHN3yFTq6OyVkZMYEjIKfFbQZ6M5KAa3k7qv4Gc=";
|
||||||
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
|
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
|
||||||
}
|
}
|
||||||
else lib.optionalAttrs stdenv.isDarwin
|
else lib.optionalAttrs stdenv.isDarwin
|
||||||
|
|
Loading…
Reference in a new issue