mongodb-6_0: 6.0.15 -> 6.0.16

This commit is contained in:
qubitnano
2024-06-28 17:17:20 -04:00
parent 31efaed390
commit 031cbd4032
+2 -2
View File
@@ -10,8 +10,8 @@ let
in
buildMongoDB {
inherit avxSupport;
version = "6.0.15";
sha256 = "sha256-DX1wbrDx1/JrEHbzNaXC4Hqq7MrLqz+JZgG98beyVds=";
version = "6.0.16";
sha256 = "sha256-DdMWacJTx6sxgIKG2M8DkboSBr0fD2w91M+ZYt75hQI=";
patches = [
# Patches a bug that it couldn't build MongoDB 6.0 on gcc 13 because a include in ctype.h was missing
./fix-gcc-13-ctype-6_0.patch