From 1f64c9ca16c089e28df3cddc9ba795dd2016fcbf Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Tue, 21 Feb 2023 08:01:48 +0000 Subject: [PATCH] =?UTF-8?q?epiphany:=2043.0=20=E2=86=92=2043.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/epiphany/-/compare/43.0...43.1 - Hide bookmark star in application mode. - Fix type error when displaying about:overview empty state. - Fix thumbnails when loading about:overview from session state. - Properly %-encode URLs copied from address bar. - Fix minor memory leaks. - Fix double free when file monitor for user JavaScript fails. - Don't autofill passwords in sandboxed contexts (CVE-2023-26081). - Updated translations. --- pkgs/desktops/gnome/core/epiphany/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/epiphany/default.nix b/pkgs/desktops/gnome/core/epiphany/default.nix index 2a7c0323e091..8b5f935f4914 100644 --- a/pkgs/desktops/gnome/core/epiphany/default.nix +++ b/pkgs/desktops/gnome/core/epiphany/default.nix @@ -38,11 +38,11 @@ stdenv.mkDerivation rec { pname = "epiphany"; - version = "43.0"; + version = "43.1"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "tm1Jn57nJpbYPPhEElN3GBqVRVSkuzeFtzKTOArAwic="; + sha256 = "6G6tJ8uZgoFRUGZN478g+vN193uAZbArMRgMZba767Q="; }; patches = lib.optionals withPantheon [