mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:18:50 +00:00
openldap: 2.4.57 -> 2.4.58
This commit is contained in:
parent
69bf48cc3d
commit
37e7ad02d3
@ -5,11 +5,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "openldap";
|
||||
version = "2.4.57";
|
||||
version = "2.4.58";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/${pname}-${version}.tgz";
|
||||
sha256 = "sha256-x7pH4ebstbQ289Qygd9Xq+/6mSYhQa7IImKLwiD2tFo=";
|
||||
sha256 = "sha256-V7WSVL4V0L9qmrPVFMHAV3ewISMpFTMTSofJRGj49Hs=";
|
||||
};
|
||||
|
||||
# TODO: separate "out" and "bin"
|
||||
|
Loading…
Reference in New Issue
Block a user