1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 08:01:14 +00:00

tdesktop: 3.1.1 -> 3.1.8

This commit is contained in:
Vanilla 2021-10-08 21:52:38 +08:00
parent 338b0a90d8
commit f6243ca1e6
No known key found for this signature in database
GPG key ID: 3750028ED04FA42E

View file

@ -46,6 +46,7 @@
, libpsl
, brotli
, microsoft_gsl
, rlottie
}:
# Main reference:
@ -60,7 +61,7 @@ let
in
mkDerivation rec {
pname = "telegram-desktop";
version = "3.1.1";
version = "3.1.8";
# Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py
# Telegram-Desktop with submodules
@ -69,7 +70,7 @@ mkDerivation rec {
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "0h4g8lw9hf9pwmdljavflyn9g9jvjvany7y4vji0qcc1kd99vsnp";
sha256 = "129x733a5h6d5xdf3zdz5j5lz8mv6gas5jcnyhwzyk79df138whq";
};
postPatch = ''
@ -138,6 +139,7 @@ mkDerivation rec {
libpsl
brotli
microsoft_gsl
rlottie
];
cmakeFlags = [