about 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>2019-08-21 11:02:28 +0200
committerMichael Weiss <dev.primeos@gmail.com>2019-08-21 12:05:26 +0200
commit324ec3be5122e246ff447a5c5c7cab943f594150 (patch)
treece00a2025794e86a64fc504a130876d5ac91698c /pkgs/applications/networking/instant-messengers/telegram
parentb5ee206c16eef91acbb4fffff74a3cde50ca865c (diff)
downloadnixlib-324ec3be5122e246ff447a5c5c7cab943f594150.tar
nixlib-324ec3be5122e246ff447a5c5c7cab943f594150.tar.gz
nixlib-324ec3be5122e246ff447a5c5c7cab943f594150.tar.bz2
nixlib-324ec3be5122e246ff447a5c5c7cab943f594150.tar.lz
nixlib-324ec3be5122e246ff447a5c5c7cab943f594150.tar.xz
nixlib-324ec3be5122e246ff447a5c5c7cab943f594150.tar.zst
nixlib-324ec3be5122e246ff447a5c5c7cab943f594150.zip
tdesktop: 1.8.1 -> 1.8.2
Unfortunately the previous release (1.8.1) was crashing due to a
segmentation fault (didn't have time to investigate), but this release
works fine so far.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram')
-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 570d8c09120a..3d88e50221d6 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -8,7 +8,7 @@ with lib;
 
 mkDerivation rec {
   pname = "telegram-desktop";
-  version = "1.8.1";
+  version = "1.8.2";
   # Note: Due to our strong dependency on the Arch patches it's probably best
   # to also wait for the Arch update (especially if the patches don't apply).
 
@@ -17,7 +17,7 @@ mkDerivation rec {
     owner = "telegramdesktop";
     repo = "tdesktop";
     rev = "v${version}";
-    sha256 = "05k5k796z5x0dxgy7dicplx8a2jfjcy35d2h5cn4x4h2n00i5qgf";
+    sha256 = "0dls6s8721zjm8351fcgfbsifr9d7wsxbf5dra5cbk8r555ibf3j";
     fetchSubmodules = true;
   };