diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix index d5029e20ed8b..f575ac2c5756 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprscroller.nix @@ -4,7 +4,7 @@ hyprland, cmake, fetchFromGitHub, - unstableGitUpdater, + nix-update-script, }: mkHyprlandPlugin hyprland { @@ -29,7 +29,7 @@ mkHyprlandPlugin hyprland { runHook postInstall ''; - passthru.updateScript = unstableGitUpdater { }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { homepage = "https://github.com/dawsers/hyprscroller";