Skip to content

Commit

Permalink
tdesktop: 2.1.7 -> 2.1.10
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ef22b9)
  • Loading branch information
primeos committed Aug 31, 2020
1 parent a7447cb commit 4b34051
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ with lib;

mkDerivation rec {
pname = "telegram-desktop";
version = "2.1.7";
version = "2.1.10";

# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "0qnabi1g760y5wf4k9vnh78y0kwmni2wxr59rqr0lq3x39zv0i69";
sha256 = "0z2mlrbzknjnkgmpyaiw80cjd5cjymdvl3a0wjaippn7xhilbh52";
};

postPatch = ''
Expand Down

0 comments on commit 4b34051

Please sign in to comment.