3
0
Fork 0
forked from mirrors/nixpkgs

Changed URL to upstream, as the old URL was dead

(cherry picked from commit 5f025b6505)
This commit is contained in:
Lengyel Balázs 2014-05-04 19:58:16 +02:00 committed by Rob Vermaas
parent 530ad13c26
commit 1a5ce29795

View file

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "openldap-2.4.39";
src = fetchurl {
url = "ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/${name}.tgz";
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
sha256 = "19zq9dc7dl03wmqd11fbsdii1npyq1vlicl3nxbfygqh8xrwhrw2";
};