mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Changed URL to upstream, as the old URL was dead
This commit is contained in:
parent
a9a3cbfae3
commit
5f025b6505
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue