Skip to content

Commit ee0c629

Browse files
committedNov 8, 2017
webkitgtk: 2.18.1 -> 2.18.2
1 parent 4c6a1db commit ee0c629

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/webkitgtk

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/libraries/webkitgtk/2.18.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assert enableGeoLocation -> geoclue2 != null;
1212
with stdenv.lib;
1313
stdenv.mkDerivation rec {
1414
name = "webkitgtk-${version}";
15-
version = "2.18.1";
15+
version = "2.18.2";
1616

1717
meta = {
1818
description = "Web content rendering engine, GTK+ port";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
4242

4343
src = fetchurl {
4444
url = "http://webkitgtk.org/releases/${name}.tar.xz";
45-
sha256 = "15fp7szmkpannx7avsynf0nv3y343qwq0fvq3rz2m2mw5wq7pnww";
45+
sha256 = "1ry8zvv6k01g9p7agg326n0ziqpqjxd49h5w1b2is6rjnpqv6k5i";
4646
};
4747

4848
# see if we can clean this up....

0 commit comments

Comments
 (0)