webkitgtk: update to 2.4.3 (close #2640)

This commit is contained in:
宋文武 2014-05-14 18:11:05 +08:00 committed by Vladimír Čunát
parent 455b1d0101
commit 12d8c020e8

View File

@ -8,7 +8,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "webkitgtk-2.4.0"; name = "webkitgtk-2.4.3";
meta = { meta = {
description = "Web content rendering engine, GTK+ port"; description = "Web content rendering engine, GTK+ port";
@ -20,7 +20,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 = "1fyz6ysw7npy5wa7m1zg05zrj0gi0wdlpjbqix03iq4ym36pflnw"; sha256 = "1b6fm1c5kk6vl0llalsd605raqs152hn14635kjwcb6iq7mc6qlq";
}; };
patches = [ ./webcore-svg-libxml-cflags.patch ]; patches = [ ./webcore-svg-libxml-cflags.patch ];