openldap: 2.6.9 -> 2.6.13 (#410053)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-26 13:43:10 +00:00
committed by GitHub
+3 -3
View File
@@ -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 [