1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #335663 from qubitnano/mongo6

mongodb-6_0: 6.0.16 -> 6.0.17
This commit is contained in:
Sebastián Mancilla 2024-08-25 23:40:07 -04:00 committed by GitHub
commit 582727f3a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@ let
in
buildMongoDB {
inherit avxSupport;
version = "6.0.16";
sha256 = "sha256-DdMWacJTx6sxgIKG2M8DkboSBr0fD2w91M+ZYt75hQI=";
version = "6.0.17";
sha256 = "sha256-rGGAu2B0gAAE/n0NSdVm7Me2YeChZhDGWehvzcBJTi8=";
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