mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
mongodb-6_0: 6.0.17 -> 6.0.18 (#342099)
This commit is contained in:
commit
2fc52406e5
@ -10,8 +10,8 @@ let
|
|||||||
in
|
in
|
||||||
buildMongoDB {
|
buildMongoDB {
|
||||||
inherit avxSupport;
|
inherit avxSupport;
|
||||||
version = "6.0.17";
|
version = "6.0.18";
|
||||||
sha256 = "sha256-rGGAu2B0gAAE/n0NSdVm7Me2YeChZhDGWehvzcBJTi8=";
|
sha256 = "sha256-Nq3xwR/z11HsZs8cC9Yr0Xkjg0l1MLb0YRFHsAeQKTM=";
|
||||||
patches = [
|
patches = [
|
||||||
# Patches a bug that it couldn't build MongoDB 6.0 on gcc 13 because a include in ctype.h was missing
|
# 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
|
./fix-gcc-13-ctype-6_0.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user