summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-29 09:25:14 -0400
committerNick Cao <nickcao@nichi.co>2023-10-29 16:01:34 -0400
commit372997d766b0cc5727824ed0bc150f821e293382 (patch)
treed47543688c11e89ce99dda6eae326a56d39140b0 /pkgs/applications/networking/instant-messengers/telegram
parent972f7a99cb0f20804645dceeab3474772ad82ef3 (diff)
downloadnixpkgs-372997d766b0cc5727824ed0bc150f821e293382.tar
nixpkgs-372997d766b0cc5727824ed0bc150f821e293382.tar.gz
nixpkgs-372997d766b0cc5727824ed0bc150f821e293382.tar.bz2
nixpkgs-372997d766b0cc5727824ed0bc150f821e293382.tar.lz
nixpkgs-372997d766b0cc5727824ed0bc150f821e293382.tar.xz
nixpkgs-372997d766b0cc5727824ed0bc150f821e293382.tar.zst
nixpkgs-372997d766b0cc5727824ed0bc150f821e293382.zip
telegram-desktop: 4.8.4 -> 4.11.1
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.8.4...v4.11.1

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.11.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix11
1 files changed, 2 insertions, 9 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 edf88f542ad..02c9dd5b3fb 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix
@@ -76,14 +76,14 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "telegram-desktop";
-  version = "4.8.4";
+  version = "4.11.1";
 
   src = fetchFromGitHub {
     owner = "telegramdesktop";
     repo = "tdesktop";
     rev = "v${version}";
     fetchSubmodules = true;
-    hash = "sha256-DRVFngQ4geJx2/7pT1VJzkcBZnVGgDvcGGUr9r38gSU=";
+    hash = "sha256-tWUdSFr93plCuQkA8SE+GZeAyZcYPUoFd0sIOyEuobs=";
   };
 
   patches = [
@@ -94,13 +94,6 @@ stdenv.mkDerivation rec {
       url = "https://salsa.debian.org/debian/telegram-desktop/-/raw/09b363ed5a4fcd8ecc3282b9bfede5fbb83f97ef/debian/patches/Disable-register-custom-scheme.patch";
       hash = "sha256-B8X5lnSpwwdp1HlvyXJWQPybEN+plOwimdV5gW6aY2Y=";
     })
-    # lib_base: Add missing include for Qt 6.6
-    (fetchpatch {
-      url = "https://github.com/desktop-app/lib_base/commit/5ca91dbb811c84591780236abc31431e313faf39.patch";
-      stripLen = 1;
-      extraPrefix = "Telegram/lib_base/";
-      hash = "sha256-eZkyMnPaAmUFYXiCmPhLRTw2Xdx0lylY+UVOckCsiaA=";
-    })
   ];
 
   postPatch = ''