Merge pull request #264262 from f2k1de/mongodb-5.0.22

mongodb-5_0: 5.0.21 -> 5.0.22
This commit is contained in:
Weijia Wang 2023-11-08 19:40:44 +01:00 committed by GitHub
commit de7ab5c70d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ let
};
variants = if stdenv.isLinux then
{
version = "5.0.21";
sha256 = "sha256-knAqb6bT1KpO1Gi4sKhG22OtCPhOR3NMmhRjUgseUPM=";
version = "5.0.22";
sha256 = "sha256-NIsx6nwXGsuk+ff+LOCwOMpT/HAaNn89t4jtJvKprIA=";
patches = [ ./fix-build-with-boost-1.79-5_0-linux.patch ];
}
else lib.optionalAttrs stdenv.isDarwin