summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram/tdesktop
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-05-16 19:08:04 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-05-16 19:26:09 +0200
commit6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3 (patch)
treea6edbbc14d65fd3d2461cf8c343e1237faead6dc /pkgs/applications/networking/instant-messengers/telegram/tdesktop
parent2608a278ffbbffa586483279fa5d27fe40db1a85 (diff)
downloadnixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.tar
nixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.tar.gz
nixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.tar.bz2
nixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.tar.lz
nixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.tar.xz
nixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.tar.zst
nixpkgs-6e5b1a71eb0468fc66f181dc82fba2cc4ed00fb3.zip
tdesktop: 2.1.4 -> 2.1.6
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram/tdesktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix4
1 files changed, 2 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 1e1f952586c..f10c6b82ac2 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.1.4";
+  version = "2.1.6";
 
   # Telegram-Desktop with submodules
   src = fetchurl {
     url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
-    sha256 = "1swmmklw2mcgag0c8zh4rk5cjfx6z2yl0nxd5yc43hg9hx76yqqi";
+    sha256 = "136c27pfipy9ikwm44nqxx9lqwq8qsfcs591qr8ac05ncgkh001v";
   };
 
   postPatch = ''