hyprlandPlugins.hypr-dynamic-cursors: unstableGitUpdater -> nix-update-script

This commit is contained in:
Austin Horstman
2024-12-17 09:54:06 -06:00
parent 69aa1bdbab
commit 7b9db1b834

View File

@@ -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";