3
0
Fork 0
forked from mirrors/nixpkgs

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