diff --git a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix index 79d88bc4e45f..a958c7366eb3 100644 --- a/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix +++ b/pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprspace.nix @@ -3,7 +3,7 @@ fetchFromGitHub, hyprland, mkHyprlandPlugin, - 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 = { homepage = "https://github.com/KZDKM/Hyprspace";