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
|
||||
, gettext
|
||||
, gobject-introspection
|
||||
, libnotify
|
||||
, gnutls
|
||||
, libgcrypt
|
||||
, libgpg-error
|
||||
|
@ -69,7 +68,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "webkitgtk";
|
||||
version = "2.37.1";
|
||||
version = "2.37.90";
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
||||
|
@ -77,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-xTMmsXUfjG2j2y9L+pHBgBdViT4ofQ4fbAc0RYnUpqc=";
|
||||
sha256 = "sha256-5VRyTvUnhJ02+3VNQrDNs5/0pscRhhtU25h0DV3mD5E=";
|
||||
};
|
||||
|
||||
patches = lib.optionals stdenv.isLinux [
|
||||
|
@ -139,7 +138,6 @@ stdenv.mkDerivation rec {
|
|||
libidn
|
||||
libintl
|
||||
lcms2
|
||||
libnotify
|
||||
libpthreadstubs
|
||||
libtasn1
|
||||
libwebp
|
||||
|
|
Loading…
Reference in a new issue