lol

webkitgtk: 2.12.3 -> 2.12.4

Security fixes: CVE-2016-4622, CVE-2016-4624, CVE-2016-4591,
CVE-2016-4590.

+2 -2
+2 -2
pkgs/development/libraries/webkitgtk/2.12.nix
··· 11 11 with stdenv.lib; 12 12 stdenv.mkDerivation rec { 13 13 name = "webkitgtk-${version}"; 14 - version = "2.12.3"; 14 + version = "2.12.4"; 15 15 16 16 meta = { 17 17 description = "Web content rendering engine, GTK+ port"; ··· 26 26 27 27 src = fetchurl { 28 28 url = "http://webkitgtk.org/releases/${name}.tar.xz"; 29 - sha256 = "01y34v62khf03w25fnzgd42rrai5mf1m95lr5vjyw8ya5sdbng0p"; 29 + sha256 = "0xwsc2lpb4q55vdgmwljx43219l0sa6r5mqs3bmw3fwsb5vk2ka2"; 30 30 }; 31 31 32 32 patches = [ ./finding-harfbuzz-icu.patch ];