1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Update OpenLDAP from 2.4.39 to 2.4.40

This commit is contained in:
Michael Weiss 2014-10-24 04:16:42 +02:00 committed by Aristid Breitkreuz
parent 6ea96be470
commit fd5f455a73

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, openssl, cyrus_sasl, db, groff}:
stdenv.mkDerivation rec {
name = "openldap-2.4.39";
name = "openldap-2.4.40";
src = fetchurl {
url = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
sha256 = "19zq9dc7dl03wmqd11fbsdii1npyq1vlicl3nxbfygqh8xrwhrw2";
sha256 = "1nyslrgwxwilgv5sixc37svls5rbvhsv9drb7hlrjr2vqaji29ni";
};
buildInputs = [ openssl cyrus_sasl db groff ];