Update OpenLDAP from 2.4.39 to 2.4.40
This commit is contained in:
parent
6ea96be470
commit
fd5f455a73
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, openssl, cyrus_sasl, db, groff}:
|
{stdenv, fetchurl, openssl, cyrus_sasl, db, groff}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openldap-2.4.39";
|
name = "openldap-2.4.40";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
||||||
sha256 = "19zq9dc7dl03wmqd11fbsdii1npyq1vlicl3nxbfygqh8xrwhrw2";
|
sha256 = "1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl cyrus_sasl db groff ];
|
buildInputs = [ openssl cyrus_sasl db groff ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user