tdesktop: 4.6.1 -> 4.6.2

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.6.2
This commit is contained in:
Nick Cao 2023-02-09 11:17:58 +08:00
parent 7483351ce7
commit 061420564f
No known key found for this signature in database

View File

@ -75,7 +75,7 @@ let
in
env.mkDerivation rec {
pname = "telegram-desktop";
version = "4.6.1";
version = "4.6.2";
# Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py
# Telegram-Desktop with submodules
@ -84,7 +84,7 @@ env.mkDerivation rec {
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "1df9rx3a6xvgipgzn5h4jc46nsdkypl4255si606bkrccdz8bcrl";
sha256 = "0lrflhnlsajay8gbz1x91fqk2ckxwpqmm19hyjfqxkvi56nl7a0g";
};
postPatch = ''