3
0
Fork 0
forked from mirrors/nixpkgs

tdesktop: 2.1.6 -> 2.1.7

This commit is contained in:
Michael Weiss 2020-05-25 17:28:02 +02:00
parent fe3e52c291
commit 6d923b36cd
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -19,12 +19,12 @@ with lib;
mkDerivation rec {
pname = "telegram-desktop";
version = "2.1.6";
version = "2.1.7";
# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "136c27pfipy9ikwm44nqxx9lqwq8qsfcs591qr8ac05ncgkh001v";
sha256 = "0qnabi1g760y5wf4k9vnh78y0kwmni2wxr59rqr0lq3x39zv0i69";
};
postPatch = ''