summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-08-16 21:12:21 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-08-16 21:13:38 +0200
commitdc63d382bbb201fac9542968a85303d1d3a989e8 (patch)
tree5d0bd6b45317b3f7f7241f27f03f10fc1cf97efe /pkgs/applications/networking/instant-messengers/telegram
parent11af562a96f22dde27d20dc23604bde43964dd2b (diff)
downloadnixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.tar
nixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.tar.gz
nixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.tar.bz2
nixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.tar.lz
nixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.tar.xz
nixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.tar.zst
nixpkgs-dc63d382bbb201fac9542968a85303d1d3a989e8.zip
tdesktop: 2.2.0 -> 2.3.0
This disables the WebRTC integration for now (I didn't really look into
it so far, but probably until we have something like
TDESKTOP_USE_PACKAGED_WEBRTC=OFF).
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
index 1f81af69804..a1fd51a01c8 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -19,12 +19,12 @@ with lib;
 
 mkDerivation rec {
   pname = "telegram-desktop";
-  version = "2.2.0";
+  version = "2.3.0";
 
   # Telegram-Desktop with submodules
   src = fetchurl {
     url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
-    sha256 = "1chikb02df4qqnickcmx96lcx481b14kmksjsp7h94g0d223ypq0";
+    sha256 = "0yga4p36jrc5m3d8q2y2g0505c2v540w5hgcscapl4xj9hyb21dw";
   };
 
   postPatch = ''
@@ -60,6 +60,7 @@ mkDerivation rec {
     "-DDESKTOP_APP_USE_PACKAGED_GSL=OFF"
     "-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON"
     "-DTDESKTOP_USE_PACKAGED_TGVOIP=OFF"
+    "-DDESKTOP_APP_DISABLE_WEBRTC_INTEGRATION=ON"
     #"-DDESKTOP_APP_SPECIAL_TARGET=\"\"" # TODO: Error when set to "": Bad special target '""'
     "-DTDESKTOP_LAUNCHER_BASENAME=telegramdesktop" # Note: This is the default
   ] ++ optionals stdenv.isLinux [ # TODO: Remove workaround once #94905 is resolved: