webkit: security 2.14.2 -> 2.14.3
https://webkitgtk.org/security/WSA-2017-0001.html /cc #21967.
This commit is contained in:
parent
f4f885243e
commit
5326cb7340
@ -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....
|
||||
|
Loading…
Reference in New Issue
Block a user