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
@@ -13,7 +13,7 @@ in stdenv.mkDerivation (libs // rec {
version = "2.1.0";
src = fetchurl {
url = "http://sebastian.network/warsow/warsow_21_sdk.tar.gz";
url = "http://slice.sh/warsow/warsow_21_sdk.tar.gz";
sha256 = "0fj5k7qpf6far8i1xhqxlpfjch10zj26xpilhp95aq2yiz08pj4r";
};