From a64c0c278fd146cbfc6a0451985d71d150d1dab7 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 26 Nov 2024 21:34:56 -0500 Subject: [PATCH] Revert "Fuckify this for a moment" This reverts commit c54e8b8c79ec254dad46d729a54beb0c9fbd73cc. --- build/package/nix/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package/nix/package.nix b/build/package/nix/package.nix index d14511c8da..7d04f757a4 100644 --- a/build/package/nix/package.nix +++ b/build/package/nix/package.nix @@ -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