space-station-14-launcher: 0.28.1 -> 0.29.0

This commit is contained in:
R. Ryantm 2024-09-15 07:26:19 +00:00
parent c8cb4b8b3a
commit 13c8f955df

View File

@ -23,7 +23,7 @@
, gdk-pixbuf
}:
let
version = "0.28.1";
version = "0.29.0";
pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@ -36,7 +36,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
rev = "v${version}";
hash = "sha256-5g/twJgQ7i6yQBYP7U6bn1UMU09WkJeolgCl+0pGT2Y=";
hash = "sha256-0HpHTZhGqCcSCCBk1d5923ALVCjozLn5fym4RH2Ov5Y=";
fetchSubmodules = true;
};