about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorSimon Hollingshead <me@simonhollingshead.com>2024-01-20 06:36:39 +0000
committerLuke Granger-Brown <git@lukegb.com>2024-02-10 22:13:37 +0000
commit397f77dae00cfa435571c7e5c5b59deb430e38ab (patch)
treeb27e0314914bf90eb7f1abb1123be855f45a0d13 /nixos/doc/manual
parentef6206934d5726ed9315ac78879f5ba2a6b55785 (diff)
downloadnixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.tar
nixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.tar.gz
nixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.tar.bz2
nixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.tar.lz
nixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.tar.xz
nixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.tar.zst
nixlib-397f77dae00cfa435571c7e5c5b59deb430e38ab.zip
gtest: 1.12.1 -> 1.14.0
https://github.com/google/googletest/releases/tag/v1.13.0
https://github.com/google/googletest/releases/tag/v1.14.0
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 05c06ebcac1b..8700f9260238 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -153,6 +153,8 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
   - The bundled Lua was updated to Lua v5.2, which includes breaking changes. See the [Lua manual](https://www.lua.org/manual/5.2/manual.html#8) for more information.
   - The WebSocket API [was rewritten](https://github.com/MCJack123/craftos2/issues/337), which introduced breaking changes.
 
+- The `gtest` package has been updated past v1.13.0, which requires C++14 or higher.
+
 - The latest available version of Nextcloud is v28 (available as `pkgs.nextcloud28`). The installation logic is as follows:
   - If [`services.nextcloud.package`](#opt-services.nextcloud.package) is specified explicitly, this package will be installed (**recommended**)
   - If [`system.stateVersion`](#opt-system.stateVersion) is >=24.05, `pkgs.nextcloud28` will be installed by default.