From 67e395350502bbf96bae8981bdf3be9850054a0a Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 25 May 2023 01:08:10 +0300 Subject: [PATCH] foundationdb: default to foundationdb71 --- nixos/doc/manual/release-notes/rl-2311.section.md | 2 +- pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md index d99f4c6ce114..33c3e14bb6a3 100644 --- a/nixos/doc/manual/release-notes/rl-2311.section.md +++ b/nixos/doc/manual/release-notes/rl-2311.section.md @@ -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} diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 12d50486e9f6..8250db081cad 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7766,7 +7766,7 @@ with pkgs; foundationdb71 ; - foundationdb = foundationdb61; + foundationdb = foundationdb71; fuse-7z-ng = callPackage ../tools/filesystems/fuse-7z-ng { };