summary refs log tree commit diff
path: root/pkgs/development/libraries/openldap
diff options
context:
space:
mode:
authorMichael Weiss <wm@ars.is>2014-10-24 04:16:42 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-25 15:34:48 +0200
commitfd5f455a73cc504887e9b3297c366ae05955585d (patch)
treeeb682412baf08e8610a10a8b7cd75bb727c7d88c /pkgs/development/libraries/openldap
parent6ea96be4700f26fda9b29028ab7e4c61aab31753 (diff)
downloadnixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.tar
nixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.tar.gz
nixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.tar.bz2
nixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.tar.lz
nixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.tar.xz
nixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.tar.zst
nixpkgs-fd5f455a73cc504887e9b3297c366ae05955585d.zip
Update OpenLDAP from 2.4.39 to 2.4.40
Diffstat (limited to 'pkgs/development/libraries/openldap')
-rw-r--r--pkgs/development/libraries/openldap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/openldap/default.nix b/pkgs/development/libraries/openldap/default.nix
index 01a4e2e21da..8ab9becf346 100644
--- a/pkgs/development/libraries/openldap/default.nix
+++ b/pkgs/development/libraries/openldap/default.nix
@@ -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 ];