tdesktop: 2.0.1 -> 2.1.0

This commit is contained in:
Michael Weiss 2020-04-24 14:54:59 +02:00
parent 2a77540f7f
commit 03399906ec
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.0.1";
version = "2.1.0";
# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "0g3jw4can9gmp48s3b8s1w8n9xi54i142y74fszxf9jyq5drzlff";
sha256 = "0l5917w90z9pg1al1hzcycb4yxv03vc88jg958ifl9nlvz1arll6";
};
postPatch = ''