We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4c6a1db commit ee0c629Copy full SHA for ee0c629
pkgs/development/libraries/webkitgtk/2.18.nix
@@ -12,7 +12,7 @@ assert enableGeoLocation -> geoclue2 != null;
12
with stdenv.lib;
13
stdenv.mkDerivation rec {
14
name = "webkitgtk-${version}";
15
- version = "2.18.1";
+ version = "2.18.2";
16
17
meta = {
18
description = "Web content rendering engine, GTK+ port";
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
42
43
src = fetchurl {
44
url = "http://webkitgtk.org/releases/${name}.tar.xz";
45
- sha256 = "15fp7szmkpannx7avsynf0nv3y343qwq0fvq3rz2m2mw5wq7pnww";
+ sha256 = "1ry8zvv6k01g9p7agg326n0ziqpqjxd49h5w1b2is6rjnpqv6k5i";
46
};
47
48
# see if we can clean this up....
0 commit comments