Merge pull request #128496 from primeos/tdesktop

tdesktop: 2.8.1 -> 2.8.3
This commit is contained in:
Michael Weiss 2021-06-28 19:48:25 +02:00 committed by GitHub
commit 498f4ee243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,8 @@ let
tg_owt = callPackage ./tg_owt.nix {}; tg_owt = callPackage ./tg_owt.nix {};
in mkDerivation rec { in mkDerivation rec {
pname = "telegram-desktop"; pname = "telegram-desktop";
version = "2.8.1"; version = "2.8.3";
# Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py
# Telegram-Desktop with submodules # Telegram-Desktop with submodules
src = fetchFromGitHub { src = fetchFromGitHub {
@ -31,7 +32,7 @@ in mkDerivation rec {
repo = "tdesktop"; repo = "tdesktop";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "1wf9806al6mzyd8nr37cdk6q2r354acixdqyjchi4r58drm99yv0"; sha256 = "1ywxsy3a99sdibipriblbzskmkqbnxwrz3lavfdr134wq8w8rjf7";
}; };
postPatch = '' postPatch = ''
@ -97,6 +98,7 @@ in mkDerivation rec {
passthru = { passthru = {
inherit tg_owt; inherit tg_owt;
updateScript = ./update.py;
}; };
meta = { meta = {