Correct package version

This commit is contained in:
Jordan Dominion
2025-08-03 15:09:03 -04:00
parent aba48c2887
commit c2d3af8d7b
+2 -2
View File
@@ -27,13 +27,13 @@ let
installPhase = ''
mkdir -p $out
xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsCoreVersion ./Version.props > $out/tgs_version.txt
xmlstarlet sel -N X="http://schemas.microsoft.com/developer/msbuild/2003" --template --value-of /X:Project/X:PropertyGroup/X:TgsHostWatchdogVersion ./Version.props > $out/watchdog_version.txt
'';
};
version = (builtins.readFile "${versionParse}/tgs_version.txt");
tgstation-server-host-console = pkgs.buildDotnetModule {
pname = "Tgstation.Server.Host.Console";
version = (builtins.readFile "${versionParse}/tgs_version.txt");
version = (builtins.readFile "${versionParse}/watchdog_version.txt"); # Be careful, this influences the assembly version
src = ./../../..;