mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
postgresql updated to 8.2.6
svn path=/nixpkgs/trunk/; revision=10244
This commit is contained in:
parent
e2c0809777
commit
0885dcb0a2
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@ assert ncurses != null;
|
|||
assert readline != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "postgresql-8.0.6";
|
||||
name = "postgresql-8.2.6";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v8.0.6/postgresql-8.0.6.tar.bz2;
|
||||
md5 = "f3b27b8171267f9a87592f931c09f0ee";
|
||||
url = ftp://ftp.de.postgresql.org/mirror/postgresql/source/v8.2.6/postgresql-8.2.6.tar.bz2;
|
||||
sha256="056ixbsfmdwhniryc0mr1kl66jywkqqhqvjdi7i3v4qzh9z34hgf";
|
||||
};
|
||||
|
||||
inherit readline;
|
||||
|
|
Loading…
Reference in a new issue