hyprlandPlugins.hyprspace: 0-unstable-2025-01-18 -> 0-unstable-2025-02-08 (#380533)

This commit is contained in:
Masum Reza
2025-02-09 13:29:32 +05:30
committed by GitHub
@@ -8,13 +8,13 @@
mkHyprlandPlugin hyprland {
pluginName = "hyprspace";
version = "0-unstable-2025-01-18";
version = "0-unstable-2025-02-08";
src = fetchFromGitHub {
owner = "KZDKM";
repo = "hyprspace";
rev = "1b5865f4ac9a04ba614df50de7acfaa40dcb852f";
hash = "sha256-YQgW4QifYIcNaFF4nMw0LpllXn0rhk/Yb6cwyH3PB9o=";
rev = "ac55bbdb6cee760af9315899b5b187a40ce43e46";
hash = "sha256-t/KaeHEgzh225HUdAiHXRsgDeyDrBCMTg0LjR73v3Nw=";
};
dontUseCmakeConfigure = true;
@@ -36,6 +36,5 @@ mkHyprlandPlugin hyprland {
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ donovanglover ];
broken = true; # Doesn't work on Hyprland v0.47.0+
};
}