Merge pull request #233883 from wegank/foundationdb-bump-default

foundationdb: default to foundationdb71
This commit is contained in:
Weijia Wang
2023-05-25 09:48:52 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
## Highlights {#sec-release-23.11-highlights}
- Create the first release note entry in this section!
- FoundationDB now defaults to major version 7.
## New Services {#sec-release-23.11-new-services}
+1 -1
View File
@@ -7766,7 +7766,7 @@ with pkgs;
foundationdb71
;
foundationdb = foundationdb61;
foundationdb = foundationdb71;
fuse-7z-ng = callPackage ../tools/filesystems/fuse-7z-ng { };