space-station-14-launcher: 0.25.1 -> 0.26.0

This commit is contained in:
Vera Aguilera Puerto 2024-03-11 00:17:35 +01:00
parent deb0886a23
commit 73e2b29bef

View File

@ -31,7 +31,7 @@
, gdk-pixbuf , gdk-pixbuf
}: }:
let let
version = "0.25.1"; version = "0.26.0";
pname = "space-station-14-launcher"; pname = "space-station-14-launcher";
in in
buildDotnetModule rec { buildDotnetModule rec {
@ -44,7 +44,7 @@ buildDotnetModule rec {
owner = "space-wizards"; owner = "space-wizards";
repo = "SS14.Launcher"; repo = "SS14.Launcher";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Hm+ILxFXHaP0Zh96GZLG4h1Y7h1kapbn844NVFiyIjw="; hash = "sha256-Gh2gQucn3VsfFrPAS/vehfVy5WqlVpvSeISB4/j08MQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };