From 7e2dc8d27bb3821c0dfe3d66ce4828f0e3c423b1 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 14 Jun 2019 21:47:28 +0200 Subject: [PATCH] tdesktop: Update the Arch patches for a HiDPI fix See: https://bugs.archlinux.org/task/62594 --- .../instant-messengers/telegram/tdesktop/default.nix | 4 ++-- 1 file 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 fa7afa2f97f8..5d35da365734 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix @@ -7,8 +7,8 @@ let version = "1.7.7"; sha256Hash = "0w3jq02qzpx58xlmwaj0lgav5lx6s9hdidnq9v1npp4qmpdnsn75"; # svn log svn://svn.archlinux.org/community/telegram-desktop/trunk - archPatchesRevision = "476826"; - archPatchesHash = "1vnlvba60hxd5jlh0fvsa50xmb9xgcphdsx6j1ld7f12m7ik68zr"; + archPatchesRevision = "480743"; + archPatchesHash = "0jfyp642l2850yzgrw3irq8bn6vl44rx2693c5cshwbihd212af7"; }; in { stable = mkTelegram stableVersion;