hyprlandPlugins.hyprscroller: unstableGitUpdater -> nix-update-script

This commit is contained in:
Austin Horstman
2024-12-17 09:40:40 -06:00
parent 64a098b116
commit 513ed2b46b
@@ -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";