From 2d561e02aee5a49899409817f87503483208ea7a Mon Sep 17 00:00:00 2001 From: Tom van Dijk <18gatenmaker6@gmail.com> Date: Fri, 20 Jun 2025 16:17:21 +0200 Subject: [PATCH] doc: explain `telegram-desktop` -> `Telegram` binary name change Fixes #417883 This is due to the breaking commit b7cfcd389e371315444475c8794a4bcb7dbb4d2f See also: #414062 --- doc/release-notes/rl-2511.section.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-notes/rl-2511.section.md b/doc/release-notes/rl-2511.section.md index c9547663b129..6b6145bd89de 100644 --- a/doc/release-notes/rl-2511.section.md +++ b/doc/release-notes/rl-2511.section.md @@ -24,6 +24,8 @@ - `lima` package now only includes the guest agent for the host's architecture by default. If your guest VM's architecture differs from your Lima host's, you'll need to enable the `lima-additional-guestagents` package by setting `withAdditionalGuestAgents = true` when overriding lima with this input. +- `telegram-desktop` packages now uses `Telegram` for its binary. The previous name was `telegram-desktop`. This is due to [an upstream decision](https://github.com/telegramdesktop/tdesktop/commit/56ff5808a3d766f892bc3c3305afb106b629ef6f) to make the name consistent with other platforms. + ## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}