about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-09 14:41:54 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-10 14:41:45 +0000
commit25765bd1c45b47d4c62a32eda5a3bb0fdee56617 (patch)
tree82a4595db039c92e09c49c926b99727c83a7763f /pkgs/applications
parentc40f59285bc98a697a358d09bf14d128a7b348b1 (diff)
telegram-desktop: 4.16.4 -> 4.16.6
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.16.4...v4.16.6

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.16.6
(cherry picked from commit 8bf291abf0d11d4af771acb8a3ae753402eac671)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
index b5984367c224b..61578ea22fc3c 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
@@ -63,14 +63,14 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "telegram-desktop";
-  version = "4.16.4";
+  version = "4.16.6";
 
   src = fetchFromGitHub {
     owner = "telegramdesktop";
     repo = "tdesktop";
     rev = "v${version}";
     fetchSubmodules = true;
-    hash = "sha256-WBLDsUUEbyn6/NqdbfaUKhoH0T/c9k6lKCy23WPRuqk=";
+    hash = "sha256-1NRA8guTbDEraW1uXSo7q54d1e8/QnXwxkfb6k3e6b0=";
   };
 
   patches = [