Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ut2004demo: fix download URL

http://treefort.icculus.org/ut2004/UT2004-LNX-Demo3334.run.gz is gone.

+1 -1
+1 -1
pkgs/games/ut2004/demo.nix
··· 11 11 version = "3334"; 12 12 13 13 src = fetchurl { 14 - url = "http://treefort.icculus.org/ut2004/UT2004-LNX-Demo${version}.run.gz"; 14 + url = "http://vlaai.snt.utwente.nl/pub/games/UT2004/demo/UT2004-LNX-Demo${version}.run.gz"; 15 15 sha256 = "0d5f84qz8l1rg16yzx2k4ikr46n9iwj68na1bqi87wrww7ck6jh7"; 16 16 }; 17 17