Changed URL to upstream, as the old URL was dead
This commit is contained in:
parent
a9a3cbfae3
commit
5f025b6505
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user