webkitgtk: 2.37.1 → 2.37.90
https://webkitgtk.org/2022/08/19/webkitgtk2.37.90-released.html https://github.com/WebKit/WebKit/compare/webkitgtk-2.37.1...webkitgtk-2.37.90 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
f5d6f8b560
commit
ccc127b3da
1 changed files with 2 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gettext
|
, gettext
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, libnotify
|
|
||||||
, gnutls
|
, gnutls
|
||||||
, libgcrypt
|
, libgcrypt
|
||||||
, libgpg-error
|
, libgpg-error
|
||||||
|
@ -69,7 +68,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "webkitgtk";
|
pname = "webkitgtk";
|
||||||
version = "2.37.1";
|
version = "2.37.90";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
|
@ -77,7 +76,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 = "sha256-xTMmsXUfjG2j2y9L+pHBgBdViT4ofQ4fbAc0RYnUpqc=";
|
sha256 = "sha256-5VRyTvUnhJ02+3VNQrDNs5/0pscRhhtU25h0DV3mD5E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optionals stdenv.isLinux [
|
patches = lib.optionals stdenv.isLinux [
|
||||||
|
@ -139,7 +138,6 @@ stdenv.mkDerivation rec {
|
||||||
libidn
|
libidn
|
||||||
libintl
|
libintl
|
||||||
lcms2
|
lcms2
|
||||||
libnotify
|
|
||||||
libpthreadstubs
|
libpthreadstubs
|
||||||
libtasn1
|
libtasn1
|
||||||
libwebp
|
libwebp
|
||||||
|
|
Loading…
Reference in a new issue