···23 description = "A font with ligatures for Haskell code based off Source Code Pro";
24 license = licenses.ofl;
25 platforms = platforms.all;
26- maintainers = with maintainers; [ davidrusu Profpatsch ];
27 };
28}
···23 description = "A font with ligatures for Haskell code based off Source Code Pro";
24 license = licenses.ofl;
25 platforms = platforms.all;
26+ maintainers = with maintainers; [ davidrusu ];
27 };
28}
···163 * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
164 '';
165 license = licenses.mit;
166- maintainers = with maintainers; [ Profpatsch oxalica ];
167 };
168}
···163 * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
164 '';
165 license = licenses.mit;
166+ maintainers = with maintainers; [ oxalica Profpatsch ];
167 };
168}
···2021stdenv.mkDerivation rec {
22 pname = "kea";
23- version = "2.2.0"; # only even minor versions are stable
2425 src = fetchurl {
26 url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";
27- sha256 = "sha256-2n2QymKncmAtrG535QcxkDhCKJWtaO6xQvFIfWfVMdI=";
28 };
2930 patches = [
···83 };
8485 meta = with lib; {
086 homepage = "https://kea.isc.org/";
87 description = "High-performance, extensible DHCP server by ISC";
88 longDescription = ''
···2021stdenv.mkDerivation rec {
22 pname = "kea";
23+ version = "2.4.0"; # only even minor versions are stable
2425 src = fetchurl {
26 url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";
27+ hash = "sha256-OjPNCNwzGf9UTmu/LAQpBCEG9AUevhFdwbsmJclQA/c=";
28 };
2930 patches = [
···83 };
8485 meta = with lib; {
86+ changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt";
87 homepage = "https://kea.isc.org/";
88 description = "High-performance, extensible DHCP server by ISC";
89 longDescription = ''
-1
pkgs/top-level/aliases.nix
···1853 ); # Added 2022-08-02
1854 xpraGtk3 = throw "'xpraGtk3' has been renamed to/replaced by 'xpra'"; # Converted to throw 2022-02-22
1855 xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-25
1856- xv = xxv; # Added 2020-02-22
1857 xvidcap = throw "'xvidcap' has been removed because of a broken dependency"; # Added 2022-11-08
1858 xvfb_run = xvfb-run; # Added 2021-05-07
1859
···1853 ); # Added 2022-08-02
1854 xpraGtk3 = throw "'xpraGtk3' has been renamed to/replaced by 'xpra'"; # Converted to throw 2022-02-22
1855 xtrt = throw "xtrt has been removed due to being abandoned"; # Added 2023-05-25
01856 xvidcap = throw "'xvidcap' has been removed because of a broken dependency"; # Added 2022-11-08
1857 xvfb_run = xvfb-run; # Added 2021-05-07
1858