Merge pull request #290716 from f2k1de/mongodb-5.0.24

This commit is contained in:
Sandro
2024-02-24 00:50:04 +01:00
committed by GitHub
+2 -2
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