mongodb-5_0: 5.0.28 -> 5.0.29 (#338924)

This commit is contained in:
Pol Dellaiera
2024-09-02 18:21:20 +02:00
committed by GitHub
+2 -2
View File
@@ -10,8 +10,8 @@ let
};
variants = if stdenv.isLinux then
{
version = "5.0.28";
sha256 = "sha256-r4JltJL4w0TX6dT45W3tYptShnEGxnlF7tYe5mCuc78=";
version = "5.0.29";
sha256 = "sha256-27+SXo0fjFwJFFm/NhpDhq95dMwiN8RCJO7j5ic49Ls=";
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
}
else lib.optionalAttrs stdenv.isDarwin