lol

epiphany: 48.3 → 48.5

https://gitlab.gnome.org/GNOME/epiphany/-/compare/48.3...48.5

+2 -19
+2 -19
pkgs/by-name/ep/epiphany/package.nix
··· 5 5 ninja, 6 6 gettext, 7 7 fetchurl, 8 - fetchpatch, 9 8 pkg-config, 10 9 gtk4, 11 10 glib, ··· 38 37 39 38 stdenv.mkDerivation (finalAttrs: { 40 39 pname = "epiphany"; 41 - version = "48.3"; 40 + version = "48.5"; 42 41 43 42 src = fetchurl { 44 43 url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz"; 45 - hash = "sha256-2ilT5+K3O/dHPAozl5EE15NieVKV6qCio46hiFN9rxM="; 44 + hash = "sha256-D2ZVKtZZPHlSo93uW/UVZWyMQ0hxB22fGpGnr5NGsbQ="; 46 45 }; 47 - 48 - patches = [ 49 - # shell: Fix startup crash on Pantheon 50 - # https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1818 51 - (fetchpatch { 52 - url = "https://gitlab.gnome.org/GNOME/epiphany/-/commit/da4437beb7f1fbc9c2fa3d4629b8c826d484835e.patch"; 53 - hash = "sha256-meufd5gnhLcK0dgIXEMDnid9e1R2M1D3jZ9Yoh6YobM="; 54 - }) 55 - 56 - # action-bar-end: Fix startup crash on Pantheon 57 - # https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1819 58 - (fetchpatch { 59 - url = "https://gitlab.gnome.org/GNOME/epiphany/-/commit/d69866854b315123c8832fae58c6de008da20ea0.patch"; 60 - hash = "sha256-GnZQC4rtBYRr+x9mF8pCFDcDOjEJj+27ECdXBNL42kQ="; 61 - }) 62 - ]; 63 46 64 47 nativeBuildInputs = [ 65 48 desktop-file-utils