summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-10 23:31:50 -0700
committerobadz <obadz-git@obadz.com>2018-05-12 13:07:59 +0100
commit058e10f24171fa20d0ef536281812b65b347c44c (patch)
treeed523e4927cc60365bc76c5dac7d6470bfaceb8c /pkgs/development/libraries/webkitgtk
parent4feaaf68fbed9d1607d3029958c38bd15544c805 (diff)
downloadnixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.tar
nixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.tar.gz
nixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.tar.bz2
nixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.tar.lz
nixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.tar.xz
nixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.tar.zst
nixpkgs-058e10f24171fa20d0ef536281812b65b347c44c.zip
gnome3.webkitgtk: 2.20.1 -> 2.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/webkitgtk/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2/bin/WebKitWebDriver -h’ got 0 exit code
- ran ‘/nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2/bin/WebKitWebDriver --help’ got 0 exit code
- found 2.20.2 with grep in /nix/store/h4aballc6wsb4kj32kcjcx5x4vbax6fj-webkitgtk-2.20.2
- directory tree listing: https://gist.github.com/e3496e2d8a6b933a107141f5caecb92d

(cherry picked from commit 926dc3881eb4e69dab6000c4bff473c658608a7e)

Note from @obadz: merged #40315 to staging accidentally but this should go to
master due to CVE hence this cherry-pick.
Diffstat (limited to 'pkgs/development/libraries/webkitgtk')
-rw-r--r--pkgs/development/libraries/webkitgtk/2.20.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/webkitgtk/2.20.nix b/pkgs/development/libraries/webkitgtk/2.20.nix
index 3cc26b512c8..8b25a20d8eb 100644
--- a/pkgs/development/libraries/webkitgtk/2.20.nix
+++ b/pkgs/development/libraries/webkitgtk/2.20.nix
@@ -15,7 +15,7 @@ assert stdenv.isDarwin -> !enableGtk2Plugins;
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "webkitgtk-${version}";
-  version = "2.20.1";
+  version = "2.20.2";
 
   meta = {
     description = "Web content rendering engine, GTK+ port";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://webkitgtk.org/releases/${name}.tar.xz";
-    sha256 = "0nc9dj05dbk31ciip08b3rdsfja7ckc5mgagrj030fafza2k5r23";
+    sha256 = "1qi6nnj4qidzija1am9xscwjxwfqwhiy7x39ndriqgzh86i97znz";
   };
 
   patches = optionals stdenv.isDarwin [