mongodb-6_0: 6.0.19 -> 6.0.23 (#399593)

Changed files
+2 -2
pkgs
servers
nosql
mongodb
+2 -2
pkgs/servers/nosql/mongodb/6.0.nix
···
in
buildMongoDB {
inherit avxSupport;
-
version = "6.0.19";
-
sha256 = "sha256-qcf+6hMg0LASeOoZJPoRCQ9ajCJBqSsBDg2Wp+2SMKY=";
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
···
in
buildMongoDB {
inherit avxSupport;
+
version = "6.0.23";
+
sha256 = "sha256-E87l73bA2i/wEPkzYBX70UptX7tWqBRyhb4fIyrwHZk=";
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