whatsapp-for-linux: 1.3.1 -> 1.6.1

This commit is contained in:
Icy-Thought 2023-03-03 09:46:23 +01:00
parent f055ce8af7
commit 9196dbce78
No known key found for this signature in database
GPG Key ID: B593E438DDAB3C66

View File

@ -5,22 +5,35 @@
, glib-networking , glib-networking
, gst_all_1 , gst_all_1
, gtkmm3 , gtkmm3
, libappindicator-gtk3 , libayatana-appindicator
, libcanberra
, libepoxy
, libpsl
, libdatrie
, libdeflate
, libselinux
, libsepol
, libsysprof-capture
, libthai
, libxkbcommon
, sqlite
, pcre , pcre
, pcre2
, pkg-config , pkg-config
, webkitgtk , webkitgtk
, wrapGAppsHook , wrapGAppsHook
, xorg
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "whatsapp-for-linux"; pname = "whatsapp-for-linux";
version = "1.3.1"; version = "1.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eneshecan"; owner = "eneshecan";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-TX6fMuhe6VHbhWJSsPM0iOV4CuCfULD5McJyHuTW4lI="; sha256 = "sha256-oghO6DNVJqWFHRjUAkqfnoWc7qHJnK3givVLq6xGJeo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -36,9 +49,23 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-good
gtkmm3 gtkmm3
libappindicator-gtk3 libayatana-appindicator
libcanberra
libdatrie
libdeflate
libepoxy
libpsl
libselinux
libsepol
libsysprof-capture
libthai
libxkbcommon
pcre pcre
pcre2
sqlite
webkitgtk webkitgtk
xorg.libXdmcp
xorg.libXtst
]; ];
meta = with lib; { meta = with lib; {