webkitgtk: update to 2.4.0

This commit is contained in:
宋文武 2014-03-27 11:33:34 +08:00
parent e16595f149
commit 699b18e95a

View File

@ -6,7 +6,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "webkitgtk-2.2.4"; name = "webkitgtk-2.4.0";
meta = { meta = {
description = "Web content rendering engine, GTK+ port"; description = "Web content rendering engine, GTK+ port";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz"; url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "0x2d9hds5yazwdakkhrh3dk5qxscb169imi056q2qq53zhdyw6jy"; sha256 = "1fyz6ysw7npy5wa7m1zg05zrj0gi0wdlpjbqix03iq4ym36pflnw";
}; };
patches = [ ./webcore-svg-libxml-cflags.patch ]; patches = [ ./webcore-svg-libxml-cflags.patch ];