* Postgres updated to 8.3.8 and 8.4.1. Dropped the "with args" and

"version" argument.  Added a few Postgres mirrors.

svn path=/nixpkgs/trunk/; revision=17804
This commit is contained in:
Eelco Dolstra
2009-10-14 14:38:16 +00:00
parent 18439774f8
commit c5b198300d
9 changed files with 58 additions and 79 deletions
+6
View File
@@ -257,4 +257,10 @@ rec {
http://archive.apache.org/dist/ # fallback for old releases
];
postgresql = [
http://ftp2.nl.postgresql.org/
ftp://ftp.nl.postgresql.org/pub/mirror/postgresql/
ftp://ftp.postgresql.org/pub/
];
}