* Fixed the Q3A URLs.
svn path=/nixpkgs/trunk/; revision=8778
This commit is contained in:
parent
05596b8b51
commit
cee7711f32
@ -6,14 +6,14 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# This is needed for pak0.pk3.
|
# This is needed for pak0.pk3.
|
||||||
demo = fetchurl {
|
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";
|
md5 = "484610c1ce34272223a52ec331c99d5d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This is needed for the additional pak?.pk3 files.
|
# This is needed for the additional pak?.pk3 files.
|
||||||
update = fetchurl {
|
update = fetchurl {
|
||||||
url = http://linuv.uv.es/mirror/gentoo/distfiles/linuxq3apoint-1.31.x86.run;
|
url = http://www.dev1ance.net/files/quake3/point_release/linux/linuxq3apoint-1.31.x86.run;
|
||||||
md5 = "2620b9eefb6d0775f766b6570870157a";
|
sha256 = "1n6mk2x99vl40br1zvwvdl8fs8ldsbi7byf7wj385g1xywzvqqr8";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user