summary refs log tree commit diff
path: root/pkgs/games/ut2004
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2018-12-17 06:24:55 +0000
committerIvan Kozik <ivan@ludios.org>2018-12-17 06:26:42 +0000
commitea1db27e22a8f4b2fd3248ea5b3a58075d7c346a (patch)
treef1ad623386dd516893fdbed1fa1c9f206fad0b67 /pkgs/games/ut2004
parent9e36eee829273f7a7a11a198ad03a345be6ec24a (diff)
downloadnixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.tar
nixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.tar.gz
nixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.tar.bz2
nixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.tar.lz
nixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.tar.xz
nixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.tar.zst
nixpkgs-ea1db27e22a8f4b2fd3248ea5b3a58075d7c346a.zip
ut2004demo: fix download URL
http://treefort.icculus.org/ut2004/UT2004-LNX-Demo3334.run.gz is gone.
Diffstat (limited to 'pkgs/games/ut2004')
-rw-r--r--pkgs/games/ut2004/demo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ut2004/demo.nix b/pkgs/games/ut2004/demo.nix
index 9aea992ac75..7039ff44a09 100644
--- a/pkgs/games/ut2004/demo.nix
+++ b/pkgs/games/ut2004/demo.nix
@@ -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";
   };