openldap: 2.4.48 -> 2.4.49
This commit is contained in:
parent
e73fa05f30
commit
7949dc4291
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff, libtool }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openldap-2.4.48";
|
||||
name = "openldap-2.4.49";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
||||
sha256 = "0k87qra4kirb6xgja4q1jyw6piwb9v8b8g6gkxq4plawmgy3ylnr";
|
||||
sha256 = "0vp524rsngdcykf6ki7vprsyg7gj8z7hszg8xwxz50219fa1gcg3";
|
||||
};
|
||||
|
||||
# TODO: separate "out" and "bin"
|
||||
|
Loading…
Reference in New Issue
Block a user