warsow,warsow-engine: fix mirror URL

Current one does not resolve. New one is the one currently present on
warsow.net.
This commit is contained in:
Pierre Bourdon
2019-08-21 12:27:20 +02:00
parent 86d143f58c
commit fe3dca6e73
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "2.1.2";
src = fetchurl {
url = "http://sebastian.network/warsow/${name}.tar.gz";
url = "http://slice.sh/warsow/${name}.tar.gz";
sha256 = "07y2airw5qg3s1bf1c63a6snjj22riz0mqhk62jmfm9nrarhavrc";
};