webkitgtk: 2.29.91 -> 2.30.0
https://webkitgtk.org/2020/08/14/webkitgtk2.29.90-released.html https://webkitgtk.org/2020/08/14/webkitgtk2.29.91-released.html https://webkitgtk.org/2020/07/29/webkitgtk2.29.4-released.html https://webkitgtk.org/2020/09/11/webkitgtk2.30.0-released.html
This commit is contained in:
parent
041b5bba45
commit
c1307a041a
1 changed files with 4 additions and 2 deletions
|
@ -49,6 +49,7 @@
|
|||
, woff2
|
||||
, bubblewrap
|
||||
, libseccomp
|
||||
, systemd
|
||||
, xdg-dbus-proxy
|
||||
, substituteAll
|
||||
, glib
|
||||
|
@ -62,13 +63,13 @@ with stdenv.lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "webkitgtk";
|
||||
version = "2.28.4";
|
||||
version = "2.30.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
|
||||
sha256 = "0r4lkk21pny2g4mmsw0ds14m5hhjys1l47gvy59dfgihr7l546c2";
|
||||
sha256 = "04axfmzsb9gnyqaz5v7ljapiycxnzwpiya1l9rhp4c1qsbrdpwya";
|
||||
};
|
||||
|
||||
patches = optionals stdenv.isLinux [
|
||||
|
@ -140,6 +141,7 @@ stdenv.mkDerivation rec {
|
|||
] ++ optionals stdenv.isLinux [
|
||||
bubblewrap
|
||||
libseccomp
|
||||
systemd
|
||||
wayland
|
||||
xdg-dbus-proxy
|
||||
] ++ optional enableGeoLocation geoclue2
|
||||
|
|
Loading…
Reference in a new issue