From c69cc21338d476358af7c794fcdad18f678785eb Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 1 Jun 2018 15:06:06 +0200 Subject: [PATCH] tdesktopPackages.preview: 1.2.24 -> 1.3.0 Note: I'm not packaging this as stable for now as there might be some issues left (see GitHub), it says "Version 1.3 alpha" in the bottom left corner, and I've only got a "New in version 1.2.25" message. --- .../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 12b6179f8e1..50a0d6db227 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix @@ -14,7 +14,7 @@ in { stable = mkTelegram stableVersion; preview = mkTelegram (stableVersion // { stable = false; - version = "1.2.24"; - sha256Hash = "0rrji2h2a7fxdl4wmbwj053vwy3hhbaphymjim55klpzj86jycil"; + version = "1.3.0"; + sha256Hash = "1h5zcvd58bjm02b0rfb7fx1nx1gmzdlk1854lm6kg1hd6mqrrb0i"; }); }