mongodb-6_0: 6.0.19 -> 6.0.23

https://www.mongodb.com/docs/manual/release-notes/6.0-changelog/

Fixes: CVE-2025-3082
Fixes: CVE-2025-3083
Fixes: CVE-2025-3084
Fixes: CVE-2025-3085
This commit is contained in:
qubitnano 2025-03-09 20:07:12 -04:00
parent 90b22d2bae
commit 74884c119d

View file

@ -20,8 +20,8 @@ let
in
buildMongoDB {
inherit avxSupport;
version = "6.0.19";
sha256 = "sha256-qcf+6hMg0LASeOoZJPoRCQ9ajCJBqSsBDg2Wp+2SMKY=";
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