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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user