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
This commit is contained in:
Chahatpreet Singh
2026-05-29 00:46:44 +00:00
parent 3c9685998c
commit 90a7638678
@@ -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;