From 7247d3fe7c4f2e6eb32967e0a24e664afdcbed5d Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Wed, 12 Jul 2023 18:01:17 +0200 Subject: [PATCH] wayland-protocols: 1.31 -> 1.32 Release announcement: https://lists.freedesktop.org/archives/wayland-devel/2023-July/042836.html > This release includes 3 new staging protocols: > > * ext-foreign-toplevel-list - get information about toplevels, > * security-context-v1 - allow race free identification of sandboxed > clients, > * cursor-shape-v1 - set cursor sprite using a shape enum instead of > surface. > > The xdg-shell protocol also now has a 'suspended' toplevel state, > usually sent when a toplevel is "out of sight" to the user, meant > to communicate to a toplevel can for example take power saving measures. > > This release also include the usual set of straightening of question > marks and clarifications of ambiguities. --- pkgs/development/libraries/wayland/protocols.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix index 429fae7feb3..dc53bbb54d2 100644 --- a/pkgs/development/libraries/wayland/protocols.nix +++ b/pkgs/development/libraries/wayland/protocols.nix @@ -6,14 +6,14 @@ stdenv.mkDerivation rec { pname = "wayland-protocols"; - version = "1.31"; + version = "1.32"; # https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/48 doCheck = stdenv.hostPlatform == stdenv.buildPlatform && stdenv.targetPlatform.linker == "bfd" && wayland.withLibraries; src = fetchurl { url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz"; - hash = "sha256-oH+nIu2HZ27AINhncUvJovJMRk2nORLzlwbu71IZ4jg="; + hash = "sha256-dFl5nTQMgpa2le+FfAfd7yTFoJsJq2p097kmQNKxuhE="; }; postPatch = lib.optionalString doCheck ''