summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-09 06:58:02 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-09 16:35:50 +0000
commit386e38cecee529b7344a39a70bb053a5e22abeaa (patch)
treef0d0096e691a853111a369cc14343ee80d407b97
parentFalkon: 3.1.0 -> 3.2.0 (diff)
downloadnixpkgs-origin/backport-158751-to-release-21.11.tar.gz
webkitgtk: 2.34.4 -> 2.34.5origin/backport-158751-to-release-21.11
https://webkitgtk.org/2022/02/09/webkitgtk2.34.5-released.html https://webkitgtk.org/security/WSA-2022-0002.html Fixes: CVE-2022-22589, CVE-2022-22590, CVE-2022-22592 (cherry picked from commit 641899248d329de7cedbf9ddc377c58e0de6a6d3)
-rw-r--r--pkgs/development/libraries/webkitgtk/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/webkitgtk/default.nix b/pkgs/development/libraries/webkitgtk/default.nix
index e9026d46bc69..0894457f9816 100644
--- a/pkgs/development/libraries/webkitgtk/default.nix
+++ b/pkgs/development/libraries/webkitgtk/default.nix
@@ -64,7 +64,7 @@ assert enableGeoLocation -> geoclue2 != null;
stdenv.mkDerivation rec {
pname = "webkitgtk";
- version = "2.34.4";
+ version = "2.34.5";
outputs = [ "out" "dev" ];
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://webkitgtk.org/releases/${pname}-${version}.tar.xz";
- sha256 = "sha256-l19QGRmbp2mRkYNc914BoYuU47zQEH2nOJ1N3LGrpAY=";
+ sha256 = "sha256-aJMGQ696R6OvBfRtZueEQiQzdT2rM10ygvMZqFpWKbQ=";
};
patches = lib.optionals stdenv.isLinux [