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.
This commit is contained in:
Logger
2025-10-04 19:05:13 -06:00
parent 590c794954
commit 64d275a5dc
@@ -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;