3
0
Fork 0
forked from mirrors/nixpkgs

ut2004demo: show on x86_64-linux as well

Fixes #18213. Also add a fast mirror; hopefully the URL is persistent.
This commit is contained in:
Vladimír Čunát 2016-09-02 21:06:05 +02:00
parent dff7057743
commit 9cd2b2bcb4
2 changed files with 10 additions and 2 deletions

View file

@ -7,7 +7,15 @@ let {
raw = stdenv.mkDerivation {
name = "ut2004-demo-3120";
src = fetchurl {
url = http://ftp.gameaholic.com/pub/demos/ut2004-lnx-demo-3120.run.bz2;
urls = [
("http://store.node-10.ds-servers.com/file/BcFLgoIgAADQA7kw0qZctDAF+4cj"
+ "mbnDMFOJTAyM0-cejkEIuDvQ6Uv9ZbvcWMnRmXXxhA0LyvzoKdvsnXne0D1DGTLiR0"
+ "I1CmM2M-E5ryH-tD3yweCXyNyH1WGI3Wh09ja29mHtzGF1rxEyhRfQ7ggCKdfCrhvz"
+ "H9oTJXSCAtGuSKdVDhe6tNtrqa151MIircZtRLPxQcGmJ+n3-iUeWYgHuqbmrK4ur7"
+ "Qcy6QrAhYa+e5jcfYjgPF3VGsw4qx+0ilxJUCiuYCX2H8A6X3rxJILa26w3O425W2G"
+ "kHPiQWrhFT8cIOyqSr8+dMO5Xi5-/ut2004-lnx-demo-3120.run.bz2")
http://ftp.gameaholic.com/pub/demos/ut2004-lnx-demo-3120.run.bz2
];
sha256 = "1lravfkb1gsallqqird5dcbz42vwjg36m1qk76nmmnyyyghwqnli";
};
builder = ./builder.sh;

View file

@ -16072,7 +16072,7 @@ in
ue4demos = recurseIntoAttrs (callPackage ../games/ue4demos { });
ut2004demo = callPackage ../games/ut2004demo { };
ut2004demo = callPackage_i686 ../games/ut2004demo { };
vapor = callPackage ../games/vapor { love = love_0_8; };