From d55366fd3768b601dc1b91537019b0e41dc9c3b0 Mon Sep 17 00:00:00 2001 From: Coca Date: Sun, 5 Jul 2026 12:26:31 +0100 Subject: [PATCH] space-station-14-launcher: add nix-update-script `nix-update-script` is needed for releases which change `nugetDeps` to get automatically updated. --- pkgs/by-name/sp/space-station-14-launcher/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/sp/space-station-14-launcher/package.nix b/pkgs/by-name/sp/space-station-14-launcher/package.nix index 09262aa781c7..437fbdf2b704 100644 --- a/pkgs/by-name/sp/space-station-14-launcher/package.nix +++ b/pkgs/by-name/sp/space-station-14-launcher/package.nix @@ -2,6 +2,7 @@ lib, stdenv, config, + nix-update-script, buildDotnetModule, dotnetCorePackages, fetchFromGitHub, @@ -133,6 +134,8 @@ buildDotnetModule rec { icoFileToHiColorTheme SS14.Launcher/Assets/icon.ico ${pname} $out ''; + passthru.updateScript = nix-update-script { }; + meta = { description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster"; homepage = "https://spacestation14.io";