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:
parent
86d143f58c
commit
fe3dca6e73
@ -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";
|
||||
};
|
||||
|
||||
|
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user