summary refs log tree commit diff
path: root/pkgs/development/libraries/openldap
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 20:04:54 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 20:04:54 -0700
commit8ba83252562201e7e79ef8255665c886726cc640 (patch)
tree36d4881f6f41b6d70b0a76e9b33a756f200c8d8a /pkgs/development/libraries/openldap
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-8ba83252562201e7e79ef8255665c886726cc640.tar
nixpkgs-8ba83252562201e7e79ef8255665c886726cc640.tar.gz
nixpkgs-8ba83252562201e7e79ef8255665c886726cc640.tar.bz2
nixpkgs-8ba83252562201e7e79ef8255665c886726cc640.tar.lz
nixpkgs-8ba83252562201e7e79ef8255665c886726cc640.tar.xz
nixpkgs-8ba83252562201e7e79ef8255665c886726cc640.tar.zst
nixpkgs-8ba83252562201e7e79ef8255665c886726cc640.zip
openldap: 2.4.47 -> 2.4.48
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openldap/versions
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 04988debb72..fbc9de11e8f 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, libtool }:
 
 stdenv.mkDerivation rec {
-  name = "openldap-2.4.47";
+  name = "openldap-2.4.48";
 
   src = fetchurl {
     url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
-    sha256 = "02sj0p1pq12hqq29b22m3f5zs2rykgvc0q3wlynxjcsjhrvmhk7m";
+    sha256 = "0k87qra4kirb6xgja4q1jyw6piwb9v8b8g6gkxq4plawmgy3ylnr";
   };
 
   # TODO: separate "out" and "bin"