From 513ed2b46ba6eb924a6c43f99d53961526b3d4cf Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 17 Dec 2024 09:40:40 -0600 Subject: [PATCH] hyprlandPlugins.hyprscroller: unstableGitUpdater -> nix-update-script --- .../window-managers/hyprwm/hyprland-plugins/hyprscroller.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";