* Copy lots of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
Eelco Dolstra
2006-01-30 16:04:03 +00:00
parent 53c56afcfe
commit 3389f4bc36
233 changed files with 624 additions and 659 deletions

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v8.0.6/postgresql-8.0.6.tar.bz2;
url = http://nix.cs.uu.nl/dist/tarballs/postgresql-8.0.6.tar.bz2;
md5 = "f3b27b8171267f9a87592f931c09f0ee";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://jdbc.postgresql.org/download/postgresql-jdbc-8.0-311.src.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/postgresql-jdbc-8.0-311.src.tar.gz;
md5 = "e31b6e68141883e5c89a3a9b0fb95c02";
};