mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
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:
parent
b69883faca
commit
1f64c9ca16
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user