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
No known key found for this signature in database
GPG key ID: 6FB80DCD84DA0F1C
2 changed files with 2 additions and 2 deletions

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";
};

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";
};