Skip to content

Commit

Permalink
tdesktop: 2.1.4 -> 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed May 16, 2020
1 parent 2608a27 commit 6e5b1a7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 6e5b1a7

Please sign in to comment.