tdesktop: 2.1.2 -> 2.1.4

This commit is contained in:
Michael Weiss 2020-05-10 14:49:26 +02:00
parent 1104de365e
commit 22fef8ebb1
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.2";
version = "2.1.4";
# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "0n387scs5kmc5jrypyxkc9cj4c7nb5761bdb8qxw8j342sm5ai24";
sha256 = "1swmmklw2mcgag0c8zh4rk5cjfx6z2yl0nxd5yc43hg9hx76yqqi";
};
postPatch = ''