tdesktop: 1.9.12 -> 1.9.13

This commit is contained in:
Michael Weiss 2020-02-13 23:55:37 +01:00
parent 591fca255e
commit a59a557cf6
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 = "1.9.12";
version = "1.9.13";
# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "1xjf2fh6qry4q6frq2ixmn1k0rsc72h4j0zmahfsggyl3j5mgkx1";
sha256 = "1cd1vy5f0hin01jp7agdr56axwd8539rkngb7c16x17bhj5r7rm7";
};
postPatch = ''