webkitgtk: 2.12.4 -> 2.12.5

This commit is contained in:
Graham Christensen 2016-09-25 21:16:49 -04:00
parent cb2f84e4d7
commit 56903afbf1
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

@ -11,7 +11,7 @@ assert enableGeoLocation -> geoclue2 != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.12.4";
version = "2.12.5";
meta = {
description = "Web content rendering engine, GTK+ port";
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "0xwsc2lpb4q55vdgmwljx43219l0sa6r5mqs3bmw3fwsb5vk2ka2";
sha256 = "0h0wig413399wws6l88mn1nnjbqb42vb55yvz8az39b4p1a7h53b";
};
patches = [ ./finding-harfbuzz-icu.patch ];