mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
90b22d2bae
commit
74884c119d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue