More mirrors / updates . . .

svn path=/nixpkgs/trunk/; revision=12308
This commit is contained in:
Wouter den Breejen
2008-07-07 17:10:21 +00:00
parent 821cb7ccdc
commit df8ae9639a
5 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@ args : with args;
let localDefs = builderDefs {
src = /* put a fetchurl here */
fetchurl {
url = http://fabrice.bellard.free.fr/qemu/linux-0.2.img.bz2;
url = [ http://fabrice.bellard.free.fr/qemu/linux-0.2.img.bz2 http://bellard.org/qemu/linux-0.2.img.bz2];
sha256 = "08xlwy1908chpc4fsqy2v13zi25dapk0ybrd43fj95v67kdj5hj1";
};
buildInputs = [];