telegram-desktop: 4.15.2 -> 4.16.0
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.15.2...v4.16.0 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.16.0
This commit is contained in:
+2
-4
@@ -30,7 +30,6 @@
|
||||
, range-v3
|
||||
, tl-expected
|
||||
, hunspell
|
||||
, glibmm_2_68
|
||||
, webkitgtk_6_0
|
||||
, jemalloc
|
||||
, rnnoise
|
||||
@@ -64,14 +63,14 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "telegram-desktop";
|
||||
version = "4.15.2";
|
||||
version = "4.16.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-gzwDezOmIvSF4fPHAslf8DyBAgCYkD5ySX+MKKMXhSg=";
|
||||
hash = "sha256-llrHN/XCMKwAvbyUZ/92OUjAEOPJKPbDfldVChLZo5k=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -144,7 +143,6 @@ stdenv.mkDerivation rec {
|
||||
libpulseaudio
|
||||
pipewire
|
||||
hunspell
|
||||
glibmm_2_68
|
||||
webkitgtk_6_0
|
||||
jemalloc
|
||||
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
|
||||
|
||||
Reference in New Issue
Block a user