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