From ee2f32a4c81e16e121ccc1a4011723ea3696bb3a Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 3 Nov 2023 13:28:45 +0000 Subject: [PATCH] =?UTF-8?q?gnome.mutter:=2045.0=20=E2=86=92=2045.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/mutter/-/compare/45.0...45.1 xwayland: Enable XDG portal only when not nested https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3303 If I read it right, xwayland "added XTEST support using EIS" in [this MR][1], it seems to cause gamescope [broken][2], later portal support was made opt-in as a [commandline option][3], the above MR make use of that. But we don't build xwayland with libei now :shrug: [1]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/975 [2]: https://gitlab.gnome.org/GNOME/mutter/-/issues/3047 [3]: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1170 Changelog-reviewed-by: Bobby Rong Changelog-reviewed-by: Jan Tojnar --- pkgs/desktops/gnome/core/mutter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/gnome/core/mutter/default.nix b/pkgs/desktops/gnome/core/mutter/default.nix index 0a100cff77fa..03414346f643 100644 --- a/pkgs/desktops/gnome/core/mutter/default.nix +++ b/pkgs/desktops/gnome/core/mutter/default.nix @@ -67,13 +67,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "mutter"; - version = "45.0"; + version = "45.1"; outputs = [ "out" "dev" "man" "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz"; - sha256 = "j7yWMBntqbpS/KL2xMR377xuNutPqT8jF08C/2uQdxU="; + sha256 = "LNPF77Itt2x5MRyxiJoaqy/rNbSk3QPzgiqreZnaISw="; }; mesonFlags = [