tdesktop: 2.4.6 -> 2.4.7

This commit is contained in:
Michael Weiss 2020-11-05 20:17:11 +01:00
parent 1fd1c2ad88
commit eee7e054a5
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -22,12 +22,12 @@ let
in mkDerivation rec {
pname = "telegram-desktop";
version = "2.4.6";
version = "2.4.7";
# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "190k9ik678br5k892gj26bx4rbj5rn5ks4qgf2nrlgww0z59fvrc";
sha256 = "1j2v29952l0am357pqvvgzm2zghmwhlr833kgp85hssxpr9xy4vv";
};
postPatch = ''