Unverified Commit 64d275a5 authored by Logger's avatar Logger
Browse files

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.
parent 590c7949
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;