From 0febd829025043772f48e64ab9d8b6a3fea34369 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 17 Dec 2024 09:43:54 -0600 Subject: [PATCH] hyprlandPlugins.hyprspace: 0-unstable-2024-11-02 -> 0-unstable-2024-12-08 --- .../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 a958c7366eb3..ca470d454430 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix @@ -8,13 +8,13 @@ mkHyprlandPlugin hyprland { pluginName = "hyprspace"; - version = "0-unstable-2024-11-02"; + version = "0-unstable-2024-12-08"; src = fetchFromGitHub { owner = "KZDKM"; repo = "hyprspace"; - rev = "260f386075c7f6818033b05466a368d8821cde2d"; - hash = "sha256-cwbcYg+rPmvHFFtAEie7nw5IaBidrTYe5XsTlhOyoyQ="; + rev = "e2d561c933cd085d68bf0b39c4f78870ad0abbc2"; + hash = "sha256-YiLUDw14NaavML8y9rxXxO7q+j3b/ghQhBmIy0+/Zmk="; }; dontUseCmakeConfigure = true;