Skip to content

Commit

Permalink
webkitgtk: 2.22.3 -> 2.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Nov 24, 2018
1 parent 5ea22c4 commit d3c85e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/2.22.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;
with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.22.3";
version = "2.22.4";

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

src = fetchurl {
url = "https://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "0wnddhm2bihmmkmi919lyxskvjk2wrzx6azkiypyjfwm08lm9zcx";
sha256 = "1f2335hjzsvjxjf6hy5cyypsn65wykpx2pbk1sp548w0hclbxdgs";
};

patches = optionals stdenv.isDarwin [
Expand Down

0 comments on commit d3c85e3

Please sign in to comment.