From 64d275a5dc2a629a618d5301f2a2240fae269d08 Mon Sep 17 00:00:00 2001 From: Logger Date: Sat, 4 Oct 2025 19:05:13 -0600 Subject: [PATCH] hyprspace: 0-unstable-2025-07-16 -> 0-unstable-2025-09-28 Updates hyprspace to the latest commit which fixes compatibility with hyprutils 0.10.0. This update includes the AnimationManager headers fix that resolves build failures caused by the hyprutils ABI changes. The upstream fix changes the AnimationManager include path from: hyprland/src/managers/AnimationManager.hpp to: hyprland/src/managers/animation/AnimationManager.hpp This allows hyprspace to build successfully with hyprutils 0.10.0. --- .../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 773aa38d0e53..ec5b5c4afb68 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-07-16"; + version = "0-unstable-2025-09-28"; src = fetchFromGitHub { owner = "KZDKM"; repo = "hyprspace"; - rev = "0a82e3724f929de8ad8fb04d2b7fa128493f24f7"; - hash = "sha256-rTItuAWpzICMREF8Ww8cK4hYgNMRXJ4wjkN0akLlaWE="; + rev = "e54884da1d6a1af76af9d053887bf3750dd554fd"; + hash = "sha256-QhcOFLJYC9CiSVPkci62ghMEAJChzl+L98To1pKvnRQ="; }; dontUseCmakeConfigure = true;