mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
[Backport release-26.05] space-station-14-launcher: add nix-update-script; 0.39.0 -> 0.39.1 (#541060)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
config,
|
||||
nix-update-script,
|
||||
buildDotnetModule,
|
||||
dotnetCorePackages,
|
||||
fetchFromGitHub,
|
||||
@@ -39,7 +40,7 @@
|
||||
}:
|
||||
let
|
||||
pname = "space-station-14-launcher";
|
||||
version = "0.39.0";
|
||||
version = "0.39.1";
|
||||
in
|
||||
buildDotnetModule rec {
|
||||
inherit pname;
|
||||
@@ -52,7 +53,7 @@ buildDotnetModule rec {
|
||||
owner = "space-wizards";
|
||||
repo = "SS14.Launcher";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-i5jcaB1wa+Toj6orpEQ9sK3EX1CLWadnhTEQDOU7QU4=";
|
||||
hash = "sha256-u3tsPWAFMckWSHhiPqL50i9BMxR+VrLnpUSWGRRu9AA=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user