From 7b9db1b834bafdba6159913ba28291cfda413ed2 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 17 Dec 2024 09:54:06 -0600 Subject: [PATCH] hyprlandPlugins.hypr-dynamic-cursors: unstableGitUpdater -> nix-update-script --- .../hyprwm/hyprland-plugins/hypr-dynamic-cursors.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f5caf1b87578..4891a84c7f5a 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 @@ -3,7 +3,7 @@ mkHyprlandPlugin, fetchFromGitHub, hyprland, - unstableGitUpdater, + nix-update-script, }: mkHyprlandPlugin hyprland { @@ -28,7 +28,7 @@ mkHyprlandPlugin hyprland { runHook postInstall ''; - passthru.updateScript = unstableGitUpdater { }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { description = "Plugin to make your Hyprland cursor more realistic";