summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorClément DOUIN <clement.douin@posteo.net>2023-05-31 17:36:57 +0200
committerClément DOUIN <clement.douin@posteo.net>2023-06-07 12:59:26 +0200
commitbe53021199db8eedc2afff7deb3611f17796d27e (patch)
tree4152b40dc58eac908870c837c1e7e5d4a8eb74de /nixos
parent09720cc41f0dad446f119e3a6259c640d4b33003 (diff)
himalaya: 0.7.3 -> 0.8.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index 08c316a123c4..e4c0c0ca421d 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -26,6 +26,8 @@
- `etcd` has been updated to 3.5, you will want to read the [3.3 to 3.4](https://etcd.io/docs/v3.5/upgrades/upgrade_3_4/) and [3.4 to 3.5](https://etcd.io/docs/v3.5/upgrades/upgrade_3_5/) upgrade guides
+- `himalaya` has been updated to `0.8.0`, which drops the native TLS support (in favor of Rustls) and add OAuth 2.0 support. See the [release note](https://github.com/soywod/himalaya/releases/tag/v0.8.0) for more details.
+
- `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.
- `fileSystems.<name>.autoFormat` now uses `systemd-makefs`, which does not accept formatting options. Therefore, `fileSystems.<name>.formatOptions` has been removed.