openldap-2.4.34
This commit is contained in:
parent
36ca429641
commit
4ab9c00850
@ -1,11 +1,11 @@
|
||||
{stdenv, fetchurl, openssl, cyrus_sasl, db4, groff}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openldap-2.4.31";
|
||||
name = "openldap-2.4.34";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/${name}.tgz";
|
||||
sha256 = "bde845840df4794b869a6efd6a6b1086f80989038e4844b2e4d7d6b57b39c5b6";
|
||||
sha256 = "01h6zq6zki9b1k07pbyps5vxj9w39ybzjvkyz5h9xk09dd54raza";
|
||||
};
|
||||
|
||||
buildInputs = [openssl cyrus_sasl db4 groff];
|
||||
|
Loading…
Reference in New Issue
Block a user