Skip to content

Commit

Permalink
webkit: security 2.14.1 -> 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 24, 2017
1 parent 326e156 commit 4d8e248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/2.14.nix
Expand Up @@ -11,7 +11,7 @@ assert enableGeoLocation -> geoclue2 != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.14.1";
version = "2.14.3";

meta = {
description = "Web content rendering engine, GTK+ port";
Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "1dffnz20psgc604azhbzn9a6cdhafar9dw74w3bbwrfy531pcb9f";
sha256 = "0v0hkvggxi38cdb3v672qwr0m0y3x2rmnwh8j3q28869li8d9shb";
};

# see if we can clean this up....
Expand Down

0 comments on commit 4d8e248

Please sign in to comment.