Merge pull request #117991 from mweinelt/webkitgtk

webkitgtk: 2.30.6 -> 2.32.0
This commit is contained in:
Martin Weinelt 2021-03-30 15:08:08 +02:00 committed by GitHub
commit affc6f1de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@
, libGL , libGL
, libGLU , libGLU
, libintl , libintl
, libmanette
, openjpeg , openjpeg
, enableGeoLocation ? true , enableGeoLocation ? true
, geoclue2 , geoclue2
@ -59,7 +60,7 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "webkitgtk"; pname = "webkitgtk";
version = "2.30.6"; version = "2.32.0";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -67,7 +68,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz"; url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "07kwkn7gnlfw4idl5vyyzhzbj2bjzvjrclbikn9vaw0pm73nwwsh"; sha256 = "1w3b0w8izp0i070grhv19j631sdcd0mcqnjnax13k8mdx7dg8zcx";
}; };
patches = optionals stdenv.isLinux [ patches = optionals stdenv.isLinux [
@ -115,6 +116,7 @@ stdenv.mkDerivation rec {
libgcrypt libgcrypt
libidn libidn
libintl libintl
libmanette
libnotify libnotify
libpthreadstubs libpthreadstubs
libsecret libsecret