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 {};
in mkDerivation rec {
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
src = fetchFromGitHub {
@ -31,7 +32,7 @@ in mkDerivation rec {
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "1wf9806al6mzyd8nr37cdk6q2r354acixdqyjchi4r58drm99yv0";
sha256 = "1ywxsy3a99sdibipriblbzskmkqbnxwrz3lavfdr134wq8w8rjf7";
};
postPatch = ''
@ -97,6 +98,7 @@ in mkDerivation rec {
passthru = {
inherit tg_owt;
updateScript = ./update.py;
};
meta = {