From 90a7638678e0a660c8e1789d2be26394864f2201 Mon Sep 17 00:00:00 2001 From: Chahatpreet Singh Date: Fri, 29 May 2026 00:46:44 +0000 Subject: [PATCH] hyprlandPlugins.hyprspace: unstable-2025-09-28 -> unstable-2026-05-28 Picks up upstream commits including the fix for the `LayoutManager.hpp` include path, which was breaking the build against the Hyprland version currently in nixpkgs. Fixes: https://hydra.nixos.org/build/327871454 --- .../window-managers/hyprwm/hyprland-plugins/hyprspace.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix index ec5b5c4afb683..905282ed8dd2b 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix @@ -7,13 +7,13 @@ mkHyprlandPlugin { pluginName = "hyprspace"; - version = "0-unstable-2025-09-28"; + version = "0-unstable-2026-05-28"; src = fetchFromGitHub { owner = "KZDKM"; repo = "hyprspace"; - rev = "e54884da1d6a1af76af9d053887bf3750dd554fd"; - hash = "sha256-QhcOFLJYC9CiSVPkci62ghMEAJChzl+L98To1pKvnRQ="; + rev = "c109256f5a79a8694acd6176971c4a273d32264c"; + hash = "sha256-q+5ETwj+oiZBT9j6/huwB8nwV4nbZdZmCrchL2E7tDQ="; }; dontUseCmakeConfigure = true;