openldap: 2.6.9 -> 2.6.13 (#410053)
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "openldap";
|
||||
version = "2.6.9";
|
||||
version = "2.6.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-${finalAttrs.version}.tgz";
|
||||
hash = "sha256-LLfcc+nINA3/DZk1f7qleKvzDMZhnwUhlyxVVoHmsv8=";
|
||||
hash = "sha256-1pO0lRekLvuFoaNkoxCu0WpT1CjRtGwNMe8/unj8tlY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libtool
|
||||
openssl
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isLinux) [
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
libxcrypt # causes linking issues on *-darwin
|
||||
]
|
||||
++ lib.optionals withModules [
|
||||
|
||||
Reference in New Issue
Block a user