Merge pull request #229392 from NickCao/tdesktop-openssl

telegram-desktop.tg_owt: unpin openssl_1_1
This commit is contained in:
Nick Cao 2023-05-03 09:25:20 +08:00 committed by GitHub
commit 0b79fc6ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch
, pkg-config, cmake, ninja, yasm
, libjpeg, openssl_1_1, libopus, ffmpeg, alsa-lib, libpulseaudio, protobuf
, libjpeg, openssl, libopus, ffmpeg, alsa-lib, libpulseaudio, protobuf
, openh264, usrsctp, libevent, libvpx
, libX11, libXtst, libXcomposite, libXdamage, libXext, libXrender, libXrandr, libXi
, glib, abseil-cpp, pcre, util-linuxMinimal, libselinux, libsepol, pipewire
@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "tg_owt";
version = "unstable-2023-04-18";
version = "unstable-2023-05-01";
src = fetchFromGitHub {
owner = "desktop-app";
repo = "tg_owt";
rev = "fe316b0c5a155cceb2ddecee70d7b582cadfa225";
sha256 = "0wl2d1ycvf32prqjxxh6a14zgaqkk7s545cv2pn4dryn6lf7bfsp";
rev = "dcb5069ff76bd293e86928804208737e6cee2ccc";
sha256 = "0c3wnx51kbpzy9x8i9wm0ng16h35kgqsigrygrmwvxxn7zgv72ma";
fetchSubmodules = true;
};
@ -51,7 +51,7 @@ stdenv.mkDerivation {
propagatedBuildInputs = [
# Required for linking downstream binaries.
abseil-cpp openh264 usrsctp libevent libvpx openssl_1_1
abseil-cpp openh264 usrsctp libevent libvpx openssl
];
meta = with lib; {