Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
webkitgtk: 2.24.3 -> 2.24.4 (security!)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill authored and samueldr committed Sep 5, 2019
1 parent 3d7608e commit 609fe21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/webkitgtk/default.nix
Expand Up @@ -14,8 +14,8 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;

with stdenv.lib;
stdenv.mkDerivation rec {
name = "webkitgtk-${version}";
version = "2.24.1";
pname = "webkitgtk";
version = "2.24.4";

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

src = fetchurl {
url = "https://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "0v9riwrmwi9wxbb8hlvcbyyxa9zxhcdk6s1xcspalk6asam8xjsk";
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
sha256 = "1n3x5g1z6rg9n1ssna7wi0z6zlprjm4wzk544v14wqi6q0lv2s46";
};

patches = optionals stdenv.isDarwin [
Expand Down

0 comments on commit 609fe21

Please sign in to comment.