webkit: security 2.14.2 -> 2.14.3

https://webkitgtk.org/security/WSA-2017-0001.html
/cc #21967.
This commit is contained in:
Vladimír Čunát 2017-01-19 19:25:02 +01:00
parent f4f885243e
commit 5326cb7340
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -12,7 +12,7 @@ assert enableGeoLocation -> geoclue2 != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.14.2";
version = "2.14.3";
meta = {
description = "Web content rendering engine, GTK+ port";
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "0mjmcxhafh6l6j062z2nwfqbbvfyx16iqrzrbajswijh23awpnrf";
sha256 = "0v0hkvggxi38cdb3v672qwr0m0y3x2rmnwh8j3q28869li8d9shb";
};
# see if we can clean this up....