Skip to content

Commit

Permalink
webkit: security 2.14.2 -> 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 19, 2017
1 parent f4f8852 commit 5326cb7
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 @@ -12,7 +12,7 @@ assert enableGeoLocation -> geoclue2 != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.14.2";
version = "2.14.3";

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

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

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

0 comments on commit 5326cb7

Please sign in to comment.