tdesktop: 1.5.3 -> 1.5.4
tdesktopPackages.preview: 1.5.3 -> 1.5.4
This commit is contained in:
parent
82470c2e3b
commit
a47c3b32ab
@ -4,8 +4,8 @@ let
|
|||||||
mkTelegram = args: qt5.callPackage (import ./generic.nix args) { };
|
mkTelegram = args: qt5.callPackage (import ./generic.nix args) { };
|
||||||
stableVersion = {
|
stableVersion = {
|
||||||
stable = true;
|
stable = true;
|
||||||
version = "1.5.3";
|
version = "1.5.4";
|
||||||
sha256Hash = "13gl81zb9739hs7p3pfavr2lcikajljf03g2x3zgcb9zyarwffg4";
|
sha256Hash = "0a52m5qkvk01yl3za3k7pccjrqkr8gbxqnj5lnhh1im1pdxqwh4m";
|
||||||
# svn log svn://svn.archlinux.org/community/telegram-desktop/trunk
|
# svn log svn://svn.archlinux.org/community/telegram-desktop/trunk
|
||||||
archPatchesRevision = "415526";
|
archPatchesRevision = "415526";
|
||||||
archPatchesHash = "1lfzws90ab0vajhm5r64gyyqqc1g6a2ay0a1vkp0ah1iw5jh11ik";
|
archPatchesHash = "1lfzws90ab0vajhm5r64gyyqqc1g6a2ay0a1vkp0ah1iw5jh11ik";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ stable, version, sha256Hash, archPatchesRevision, archPatchesHash }:
|
{ stable, version, sha256Hash, archPatchesRevision, archPatchesHash }:
|
||||||
|
|
||||||
{ mkDerivation, lib, fetchFromGitHub, fetchsvn, fetchpatch
|
{ mkDerivation, lib, fetchFromGitHub, fetchsvn
|
||||||
, pkgconfig, pythonPackages, cmake, wrapGAppsHook
|
, pkgconfig, pythonPackages, cmake, wrapGAppsHook
|
||||||
, qtbase, qtimageformats, gtk3, libappindicator-gtk3, libnotify, xdg_utils
|
, qtbase, qtimageformats, gtk3, libappindicator-gtk3, libnotify, xdg_utils
|
||||||
, dee, ffmpeg, openalSoft, minizip, libopus, alsaLib, libpulseaudio, range-v3
|
, dee, ffmpeg, openalSoft, minizip, libopus, alsaLib, libpulseaudio, range-v3
|
||||||
@ -31,10 +31,6 @@ mkDerivation rec {
|
|||||||
# TODO: libtgvoip.patch no-gtk2.patch
|
# TODO: libtgvoip.patch no-gtk2.patch
|
||||||
patches = [
|
patches = [
|
||||||
"${archPatches}/tdesktop.patch"
|
"${archPatches}/tdesktop.patch"
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/telegramdesktop/tdesktop/commit/4e692e2c1e10538d7fd3e7c0e0a66e0ba474fe76.patch";
|
|
||||||
sha256 = "11pv7ib56aq69q9257b9p7wxd2f8xcr6mavswzqw0lndvcx8a5dz";
|
|
||||||
})
|
|
||||||
]
|
]
|
||||||
# TODO: Only required to work around a compiler bug.
|
# TODO: Only required to work around a compiler bug.
|
||||||
# This should be fixed in GCC 7.3.1 (or later?)
|
# This should be fixed in GCC 7.3.1 (or later?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user