Merge pull request #52427 from ivan/ut2004demo-url
ut2004demo: fix download URL
This commit is contained in:
commit
9fd7cd34e5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
|
|||
version = "3334";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://treefort.icculus.org/ut2004/UT2004-LNX-Demo${version}.run.gz";
|
||||
url = "http://vlaai.snt.utwente.nl/pub/games/UT2004/demo/UT2004-LNX-Demo${version}.run.gz";
|
||||
sha256 = "0d5f84qz8l1rg16yzx2k4ikr46n9iwj68na1bqi87wrww7ck6jh7";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue