Skip to content

Commit

Permalink
Merge pull request #68054 from dtzWill/update/webkitgtk-2.24.4
Browse files Browse the repository at this point in the history
webkitgtk: 2.24.3 -> 2.24.4 (security!)
  • Loading branch information
dtzWill committed Sep 5, 2019
2 parents 10f023e + 04ddfc5 commit 4e8593b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/default.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 {
pname = "webkitgtk";
version = "2.24.3";
version = "2.24.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/${pname}-${version}.tar.xz";
sha256 = "0lbcrw5axwrbrajxq7fqywfyh0djqi23ynzb5wi5ghw2grnp83cl";
sha256 = "1n3x5g1z6rg9n1ssna7wi0z6zlprjm4wzk544v14wqi6q0lv2s46";
};

patches = optionals stdenv.isDarwin [
Expand Down

0 comments on commit 4e8593b

Please sign in to comment.