Skip to content

Commit

Permalink
webkitgtk: 2.18.1 -> 2.18.2
Browse files Browse the repository at this point in the history
(cherry picked from commit ee0c629)
  • Loading branch information
bendlas committed Nov 10, 2017
1 parent c84e1e7 commit 2b0dd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/2.18.nix
Expand Up @@ -12,7 +12,7 @@ assert enableGeoLocation -> geoclue2 != null;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.18.1";
version = "2.18.2";

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

src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "15fp7szmkpannx7avsynf0nv3y343qwq0fvq3rz2m2mw5wq7pnww";
sha256 = "1ry8zvv6k01g9p7agg326n0ziqpqjxd49h5w1b2is6rjnpqv6k5i";
};

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

0 comments on commit 2b0dd71

Please sign in to comment.