epiphany: 43.0 → 43.1

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.
This commit is contained in:
Bobby Rong 2023-02-21 08:01:48 +00:00
parent b69883faca
commit 1f64c9ca16
No known key found for this signature in database

View file

@ -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 [