diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-02-09 06:58:02 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-02-09 16:35:50 +0000 |
| commit | 386e38cecee529b7344a39a70bb053a5e22abeaa (patch) | |
| tree | f0d0096e691a853111a369cc14343ee80d407b97 | |
| parent | Falkon: 3.1.0 -> 3.2.0 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 [ |
