From 843b215ca703f4cabcfdfad8e88f860f68da8a77 Mon Sep 17 00:00:00 2001 From: leiserfg Date: Fri, 2 Jan 2026 09:24:45 +0100 Subject: [PATCH] hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2025-11-11 -> 0-unstable-2025-12-28 --- .../hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix index 8bda8db03309..b390968927b5 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix @@ -7,13 +7,13 @@ mkHyprlandPlugin { pluginName = "hypr-dynamic-cursors"; - version = "0-unstable-2025-11-11"; + version = "0-unstable-2025-12-28"; src = fetchFromGitHub { owner = "VirtCode"; repo = "hypr-dynamic-cursors"; - rev = "9a5b0af83dd1e9de614db56ff26fd6e62e915fd5"; - hash = "sha256-pK8mWkUx8EIWNuCZvXA6bFPf61s+mvJ7rPqmq9oPVzk="; + rev = "7e9b7bc9fbcbb2f7f8985ec1f435b43021609639"; + hash = "sha256-DbwPyVo9zoMMg0F3KkPalcLaGi5xyUsbc7Xg1kYHYxA="; }; dontUseCmakeConfigure = true;