mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
whatsapp-for-linux: 1.3.1 -> 1.6.1
This commit is contained in:
parent
f055ce8af7
commit
9196dbce78
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user