epiphany: Various Pantheon fixes (#407922)

authored by Bobby Rong and committed by GitHub 6136ce1b f4b45ea3

+19 -2
+17
pkgs/by-name/ep/epiphany/package.nix
··· 5 5 ninja, 6 6 gettext, 7 7 fetchurl, 8 + fetchpatch, 8 9 pkg-config, 9 10 gtk4, 10 11 glib, ··· 43 44 url = "mirror://gnome/sources/epiphany/${lib.versions.major finalAttrs.version}/epiphany-${finalAttrs.version}.tar.xz"; 44 45 hash = "sha256-2ilT5+K3O/dHPAozl5EE15NieVKV6qCio46hiFN9rxM="; 45 46 }; 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 + ]; 46 63 47 64 nativeBuildInputs = [ 48 65 desktop-file-utils
+2 -2
pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
··· 12 12 13 13 stdenvNoCC.mkDerivation rec { 14 14 pname = "elementary-gtk-theme"; 15 - version = "8.2.0"; 15 + version = "8.2.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "elementary"; 19 19 repo = "stylesheet"; 20 20 rev = version; 21 - sha256 = "sha256-l7E5o7JNqfJZzKpyvsjIVd2i9fwLh4Qn8oJ/S5RlFQ8="; 21 + sha256 = "sha256-ymgSe4LKtbJVwmZJOwer1Geb/VgYltp+tSNHkWtaMlg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [