mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
foundationdb: default to foundationdb71
This commit is contained in:
parent
94dca479f4
commit
67e3953505
@ -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}
|
||||
|
||||
|
@ -7766,7 +7766,7 @@ with pkgs;
|
||||
foundationdb71
|
||||
;
|
||||
|
||||
foundationdb = foundationdb61;
|
||||
foundationdb = foundationdb71;
|
||||
|
||||
fuse-7z-ng = callPackage ../tools/filesystems/fuse-7z-ng { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user