mongodb-5_0: 5.0.28 -> 5.0.29

This commit is contained in:
qubitnano 2024-09-01 21:54:43 -04:00
parent a9a40a5e5c
commit a7db8e4b68

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