lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

GNOME updates 2025-06-28 (#420737)

authored by

Bobby Rong and committed by
GitHub
d8459d97 5a59ed58

+20 -41
+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
+4 -4
pkgs/by-name/ev/evolution-ews/hardcode-gsettings.patch
··· 1 1 diff --git a/src/EWS/camel/camel-ews-utils.c b/src/EWS/camel/camel-ews-utils.c 2 - index 32817df..da65217 100644 2 + index 32817df..c8b3f2e 100644 3 3 --- a/src/EWS/camel/camel-ews-utils.c 4 4 +++ b/src/EWS/camel/camel-ews-utils.c 5 5 @@ -1550,7 +1550,7 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C ··· 32 32 33 33 for (ii = 0; strv && strv[ii]; ii++) { 34 34 diff --git a/src/Microsoft365/camel/camel-m365-store.c b/src/Microsoft365/camel/camel-m365-store.c 35 - index 7374c36..7da2023 100644 35 + index 7374c36..dbf9099 100644 36 36 --- a/src/Microsoft365/camel/camel-m365-store.c 37 37 +++ b/src/Microsoft365/camel/camel-m365-store.c 38 38 @@ -305,7 +305,7 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca ··· 65 65 66 66 for (ii = 0; strv && strv[ii]; ii++) { 67 67 diff --git a/src/Microsoft365/common/e-m365-tz-utils.c b/src/Microsoft365/common/e-m365-tz-utils.c 68 - index cec5417..2e744a0 100644 68 + index cec5417..38f1a87 100644 69 69 --- a/src/Microsoft365/common/e-m365-tz-utils.c 70 70 +++ b/src/Microsoft365/common/e-m365-tz-utils.c 71 71 @@ -192,10 +192,21 @@ e_m365_tz_utils_get_user_timezone (void) ··· 93 93 if (g_settings_get_boolean (settings, "use-system-timezone")) 94 94 location = e_cal_util_get_system_timezone_location (); 95 95 diff --git a/src/common/e-ews-common-utils.c b/src/common/e-ews-common-utils.c 96 - index 3458c10..7d21784 100644 96 + index f388e3b..ed57213 100644 97 97 --- a/src/common/e-ews-common-utils.c 98 98 +++ b/src/common/e-ews-common-utils.c 99 99 @@ -208,10 +208,21 @@ e_ews_common_utils_get_configured_icaltimezone (void)
+2 -2
pkgs/by-name/ev/evolution-ews/package.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "evolution-ews"; 26 - version = "3.56.1"; 26 + version = "3.56.2"; 27 27 28 28 src = fetchurl { 29 29 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 30 - hash = "sha256-DgC2qxV9j+r7T1HXchusP2IfI4f1WrS7PEPRN0KFrWs="; 30 + hash = "sha256-Hrfsz5TGuGGNa0XDICNQIJ21Z8SJEIrcICM8TRn48o8="; 31 31 }; 32 32 33 33 patches = [
+2 -8
pkgs/by-name/gh/ghex/package.nix
··· 8 8 ninja, 9 9 gnome, 10 10 desktop-file-utils, 11 - appstream-glib, 12 11 gettext, 13 12 itstool, 14 13 gtk4, ··· 22 21 23 22 stdenv.mkDerivation (finalAttrs: { 24 23 pname = "ghex"; 25 - version = "48.alpha"; 24 + version = "48.beta2"; 26 25 27 26 outputs = [ 28 27 "out" ··· 32 31 33 32 src = fetchurl { 34 33 url = "mirror://gnome/sources/ghex/${lib.versions.major finalAttrs.version}/ghex-${finalAttrs.version}.tar.xz"; 35 - hash = "sha256-QP7kmZfZGhkmYmEXDEi7hy+zBupB+2WnIVBghow73+I="; 34 + hash = "sha256-4vIgRVGNgWtG0wluCp075lTdggMBVGX8ck/okWrY70E="; 36 35 }; 37 36 38 37 nativeBuildInputs = [ ··· 53 52 libadwaita 54 53 atk 55 54 glib 56 - ]; 57 - 58 - nativeCheckInputs = [ 59 - appstream-glib 60 - desktop-file-utils 61 55 ]; 62 56 63 57 mesonFlags =
+2 -2
pkgs/by-name/gn/gnome-control-center/package.nix
··· 75 75 76 76 stdenv.mkDerivation (finalAttrs: { 77 77 pname = "gnome-control-center"; 78 - version = "48.2"; 78 + version = "48.3"; 79 79 80 80 src = fetchurl { 81 81 url = "mirror://gnome/sources/gnome-control-center/${lib.versions.major finalAttrs.version}/gnome-control-center-${finalAttrs.version}.tar.xz"; 82 - hash = "sha256-0uxKXifhkdkvmO1NvEqGHX8axKWiS2UktJKhIAfdRgw="; 82 + hash = "sha256-wGmCRaZCC63Qd8Fv+yGIYORXzXMAYScY6r+aukciK64="; 83 83 }; 84 84 85 85 patches = [
+2 -2
pkgs/by-name/or/orca/package.nix
··· 29 29 30 30 python3.pkgs.buildPythonApplication rec { 31 31 pname = "orca"; 32 - version = "48.2"; 32 + version = "48.6"; 33 33 34 34 format = "other"; 35 35 36 36 src = fetchurl { 37 37 url = "mirror://gnome/sources/orca/${lib.versions.major version}/orca-${version}.tar.xz"; 38 - hash = "sha256-oIPaV4ZLVLoqPl9IG1QM/L5hiASjZDZoJ3Jw4mNTaf4="; 38 + hash = "sha256-7cUDRODf1yR2tcFLOqclyiaHGOpt2JvE7ib0ULM51pY="; 39 39 }; 40 40 41 41 patches = [
+2 -2
pkgs/by-name/pa/papers/package.nix
··· 37 37 38 38 stdenv.mkDerivation (finalAttrs: { 39 39 pname = "papers"; 40 - version = "48.2"; 40 + version = "48.4"; 41 41 42 42 outputs = [ 43 43 "out" ··· 47 47 48 48 src = fetchurl { 49 49 url = "mirror://gnome/sources/papers/${lib.versions.major finalAttrs.version}/papers-${finalAttrs.version}.tar.xz"; 50 - hash = "sha256-HpvFlhNCS/ZVIjxr3Khzri8d2ifPAtc0K/9bVZBRYG0="; 50 + hash = "sha256-8RqhxUSsIRJZ4jC0DIBK5kB3M5pXve+j2761f5Fm4/0="; 51 51 }; 52 52 53 53 cargoDeps = rustPlatform.fetchCargoVendor {
+4 -2
pkgs/by-name/to/totem/package.nix
··· 20 20 gnome, 21 21 grilo, 22 22 grilo-plugins, 23 + libepoxy, 23 24 libpeas, 24 25 libportal-gtk3, 25 26 libhandy, ··· 32 33 33 34 stdenv.mkDerivation rec { 34 35 pname = "totem"; 35 - version = "43.1"; 36 + version = "43.2"; 36 37 37 38 src = fetchurl { 38 39 url = "mirror://gnome/sources/totem/${lib.versions.major version}/totem-${version}.tar.xz"; 39 - hash = "sha256-VmgpHpxkRJhcs//k6k8CEvVMK75g3QERTBqVD5R1nm0="; 40 + hash = "sha256-CwB9MPu5O5WmBPFISKSX9X/DM6dcLmOKJJly6ZwB5qQ="; 40 41 }; 41 42 42 43 nativeBuildInputs = [ ··· 64 65 gst_all_1.gst-plugins-bad 65 66 gst_all_1.gst-plugins-ugly 66 67 gst_all_1.gst-libav 68 + libepoxy 67 69 libpeas 68 70 libportal-gtk3 69 71 libhandy