From ef84b10306ce613e63ee42fd3c2a171f0a72d97b Mon Sep 17 00:00:00 2001 From: Coca Date: Sun, 5 Jul 2026 12:28:45 +0100 Subject: [PATCH] space-station-14-launcher: 0.39.0 -> 0.39.1 Changelog (practically just one change): https://github.com/space-wizards/SS14.Launcher/compare/v0.39.0...v0.39.1 (cherry picked from commit 6f8d1c82b9515cfd8b14485eb68506918c118506) --- pkgs/by-name/sp/space-station-14-launcher/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 437fbdf2b704..93efed21473b 100644 --- a/pkgs/by-name/sp/space-station-14-launcher/package.nix +++ b/pkgs/by-name/sp/space-station-14-launcher/package.nix @@ -40,7 +40,7 @@ }: let pname = "space-station-14-launcher"; - version = "0.39.0"; + version = "0.39.1"; in buildDotnetModule rec { inherit pname; @@ -53,7 +53,7 @@ buildDotnetModule rec { owner = "space-wizards"; repo = "SS14.Launcher"; tag = "v${version}"; - hash = "sha256-i5jcaB1wa+Toj6orpEQ9sK3EX1CLWadnhTEQDOU7QU4="; + hash = "sha256-u3tsPWAFMckWSHhiPqL50i9BMxR+VrLnpUSWGRRu9AA="; fetchSubmodules = true; };