mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
More stable URL
svn path=/nixpkgs/trunk/; revision=1329
This commit is contained in:
parent
5863d4fc98
commit
3a2231718d
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = ftp://ftp2.nl.postgresql.org/mirror/postgresql/latest/postgresql-7.4.5.tar.bz2;
|
||||
url = ftp://ftp2.nl.postgresql.org/mirror/postgresql/src/7.4.5/postgresql-7.4.5.tar.bz2;
|
||||
md5 = "97e750c8e69c208b75b6efedc5a36efb";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue