webkitgtk: bump to 2.4.5

Closes #4125.
This commit is contained in:
Joachim Fasting 2014-09-06 21:06:49 +02:00 committed by Mateusz Kowalczyk
parent 52958ad4e1
commit 37b6f54534

View File

@ -8,7 +8,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "webkitgtk-2.4.4"; name = "webkitgtk-2.4.5";
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 = "1f9sypnnxxcml9vj79g9hf2di52pg5kggyc3wgsy3q9a6mzgrjsq"; sha256 = "04wadcnp71wvmy0qxapmb5pwlqsnbqd8bqa8nl2w4yg1m9vn5l48";
}; };
patches = [ ./webcore-svg-libxml-cflags.patch ]; patches = [ ./webcore-svg-libxml-cflags.patch ];