···163163 * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
164164 '';
165165 license = licenses.mit;
166166- maintainers = with maintainers; [ Profpatsch oxalica ];
166166+ maintainers = with maintainers; [ oxalica Profpatsch ];
167167 };
168168}
···20202121stdenv.mkDerivation rec {
2222 pname = "kea";
2323- version = "2.2.0"; # only even minor versions are stable
2323+ version = "2.4.0"; # only even minor versions are stable
24242525 src = fetchurl {
2626 url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";
2727- sha256 = "sha256-2n2QymKncmAtrG535QcxkDhCKJWtaO6xQvFIfWfVMdI=";
2727+ hash = "sha256-OjPNCNwzGf9UTmu/LAQpBCEG9AUevhFdwbsmJclQA/c=";
2828 };
29293030 patches = [
···8383 };
84848585 meta = with lib; {
8686+ changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt";
8687 homepage = "https://kea.isc.org/";
8788 description = "High-performance, extensible DHCP server by ISC";
8889 longDescription = ''
-1
pkgs/top-level/aliases.nix
···18531853 ); # Added 2022-08-02
18541854 xpraGtk3 = throw "'xpraGtk3' has been renamed to/replaced by 'xpra'"; # Converted to throw 2022-02-22
18551855 xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-25
18561856- xv = xxv; # Added 2020-02-22
18571856 xvidcap = throw "'xvidcap' has been removed because of a broken dependency"; # Added 2022-11-08
18581857 xvfb_run = xvfb-run; # Added 2021-05-07
18591858