Revert "Fuckify this for a moment"

This reverts commit c54e8b8c79.
This commit is contained in:
Jordan Dominion
2024-11-26 21:34:56 -05:00
parent bd6d8b07c2
commit a64c0c278f
+2 -2
View File
@@ -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