summary refs log tree commit diff
path: root/pkgs/games/quake3/demo
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-05-27 10:36:02 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-05-27 10:36:02 +0000
commitcee7711f32f91d5933e3c20aee2dc0a0b294b53b (patch)
treee76f1b2b078e593c5ed2e639b201a8db940d6848 /pkgs/games/quake3/demo
parent05596b8b51e157bc60d9cea10b4c11539027bfd1 (diff)
downloadnixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.tar
nixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.tar.gz
nixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.tar.bz2
nixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.tar.lz
nixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.tar.xz
nixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.tar.zst
nixlib-cee7711f32f91d5933e3c20aee2dc0a0b294b53b.zip
* Fixed the Q3A URLs.
svn path=/nixpkgs/trunk/; revision=8778
Diffstat (limited to 'pkgs/games/quake3/demo')
-rw-r--r--pkgs/games/quake3/demo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/quake3/demo/default.nix b/pkgs/games/quake3/demo/default.nix
index 497e981a9165..afeb98c62e87 100644
--- a/pkgs/games/quake3/demo/default.nix
+++ b/pkgs/games/quake3/demo/default.nix
@@ -6,14 +6,14 @@ stdenv.mkDerivation {
 
   # This is needed for pak0.pk3.
   demo = fetchurl {
-    url = http://linuv.uv.es/mirror/gentoo/distfiles/linuxq3ademo-1.11-6.x86.gz.sh;
+    url = http://losser.st-lab.cs.uu.nl/~eelco/dist/linuxq3ademo-1.11-6.x86.gz.sh;
     md5 = "484610c1ce34272223a52ec331c99d5d";
   };
 
   # This is needed for the additional pak?.pk3 files.
   update = fetchurl {
-    url = http://linuv.uv.es/mirror/gentoo/distfiles/linuxq3apoint-1.31.x86.run;
-    md5 = "2620b9eefb6d0775f766b6570870157a";
+    url = http://www.dev1ance.net/files/quake3/point_release/linux/linuxq3apoint-1.31.x86.run;
+    sha256 = "1n6mk2x99vl40br1zvwvdl8fs8ldsbi7byf7wj385g1xywzvqqr8";
   };
   
 }