* Move tarballs to catamaran so that we are no longer dependent on a
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
||||
builder = ./bin-builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://belnet.dl.sourceforge.net/sourceforge/jetty/jetty-4.2.22.tar.gz;
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/jetty-4.2.22.tar.gz;
|
||||
md5 = "e89c582d1846cd7d31e402abaf801e17";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user