From d004cccbc82fc79c068035c8e5278f145d402d74 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 25 Feb 2023 03:02:23 +0000 Subject: [PATCH] =?UTF-8?q?gnome.gnome-settings-daemon:=2043.0=20=E2=86=92?= =?UTF-8?q?=2044.beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The xsettings module will now always set `Gtk/IMModule` key in XSettings to `ibus` when GTK’s IM module is set to an empty value (the default). This will produce an incorrect value in GtkSettings for X11 apps but that does not really matter as GTK will fall back to `gtk-im-context-simple` as before, when the requested `ibus` module is not present. https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/43.0...44.beta Changelog-Reviewed-By: Jan Tojnar --- pkgs/desktops/gnome/core/gnome-settings-daemon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/gnome-settings-daemon/default.nix b/pkgs/desktops/gnome/core/gnome-settings-daemon/default.nix index e494a46d16d0..1b80b3b5ad57 100644 --- a/pkgs/desktops/gnome/core/gnome-settings-daemon/default.nix +++ b/pkgs/desktops/gnome/core/gnome-settings-daemon/default.nix @@ -42,11 +42,11 @@ stdenv.mkDerivation rec { pname = "gnome-settings-daemon"; - version = "43.0"; + version = "44.beta"; src = fetchurl { url = "mirror://gnome/sources/gnome-settings-daemon/${lib.versions.major version}/${pname}-${version}.tar.xz"; - sha256 = "NRO7JPxvgYFmciOmSgZ1NP3M879mMmqUA9OLDw1gE9A="; + sha256 = "nqXYLZ84eqBd0dBR7DS1OyT79k+cnNhCLt/sK+U27II="; }; patches = [