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
This commit is contained in:
parent
53328909da
commit
8ba8325256
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff, libtool }:
|
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff, libtool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "openldap-2.4.47";
|
name = "openldap-2.4.48";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
|
||||||
sha256 = "02sj0p1pq12hqq29b22m3f5zs2rykgvc0q3wlynxjcsjhrvmhk7m";
|
sha256 = "0k87qra4kirb6xgja4q1jyw6piwb9v8b8g6gkxq4plawmgy3ylnr";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: separate "out" and "bin"
|
# TODO: separate "out" and "bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user