mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 19:43:02 +01:00
@@ -51,7 +51,7 @@ let
|
||||
src = ./.;
|
||||
|
||||
buildPhase = ''
|
||||
curl -L https://file.house/b2eyKOJZ7ptxwqm8O24-9A==.zip -o ServerConsole.zip
|
||||
curl -L https://github.com/tgstation/tgstation-server/releases/download/tgstation-server-v${version}/ServerConsole.zip -o ServerConsole.zip
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
@@ -61,7 +61,7 @@ let
|
||||
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "sha256-mHlRHPSeZxyJPqN3KUmc0ftYNZgh81LauIu+fCSKPUI=";
|
||||
outputHash = (builtins.readFile ./ServerConsole.sha256);
|
||||
};
|
||||
rpath = lib.makeLibraryPath [ pkgs.stdenv_32bit.cc.cc.lib ];
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user