ut2004demo: fix src URL (#100424)
vlaai.snt.utwente.nl does not exist anymore and has been replaced by ftp.snt.utwente.nl. Actually it has been this way for quite a while...
This commit is contained in:
parent
a17c7a9973
commit
90321a7bb3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
|||
version = "3334";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://vlaai.snt.utwente.nl/pub/games/UT2004/demo/UT2004-LNX-Demo${version}.run.gz";
|
||||
url = "http://ftp.snt.utwente.nl/pub/games/UT2004/demo/UT2004-LNX-Demo${version}.run.gz";
|
||||
sha256 = "0d5f84qz8l1rg16yzx2k4ikr46n9iwj68na1bqi87wrww7ck6jh7";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue