Skip to content

Commit

Permalink
whatsapp-for-linux: 1.3.1 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Mar 15, 2023
1 parent f055ce8 commit 9196dbc
Showing 1 changed file with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,35 @@
, glib-networking
, gst_all_1
, gtkmm3
, libappindicator-gtk3
, libayatana-appindicator
, libcanberra
, libepoxy
, libpsl
, libdatrie
, libdeflate
, libselinux
, libsepol
, libsysprof-capture
, libthai
, libxkbcommon
, sqlite
, pcre
, pcre2
, pkg-config
, webkitgtk
, wrapGAppsHook
, xorg
}:

stdenv.mkDerivation rec {
pname = "whatsapp-for-linux";
version = "1.3.1";
version = "1.6.1";

src = fetchFromGitHub {
owner = "eneshecan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TX6fMuhe6VHbhWJSsPM0iOV4CuCfULD5McJyHuTW4lI=";
sha256 = "sha256-oghO6DNVJqWFHRjUAkqfnoWc7qHJnK3givVLq6xGJeo=";
};

nativeBuildInputs = [
Expand All @@ -36,9 +49,23 @@ stdenv.mkDerivation rec {
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
gtkmm3
libappindicator-gtk3
libayatana-appindicator
libcanberra
libdatrie
libdeflate
libepoxy
libpsl
libselinux
libsepol
libsysprof-capture
libthai
libxkbcommon
pcre
pcre2
sqlite
webkitgtk
xorg.libXdmcp
xorg.libXtst
];

meta = with lib; {
Expand Down

0 comments on commit 9196dbc

Please sign in to comment.