···115115 </listitem>
116116 <listitem>
117117 <para>
118118+ <link xlink:href="https://dm3mat.darc.de/qdmr/">QDMR</link>, a
119119+ gui application and command line tool for programming cheap
120120+ DMR radios
121121+ <link linkend="opt-programs.qdmr.enable">programs.qdmr</link>
122122+ </para>
123123+ </listitem>
124124+ <listitem>
125125+ <para>
118126 <link xlink:href="https://v2raya.org">v2rayA</link>, a Linux
119127 web GUI client of Project V which supports V2Ray, Xray, SS,
120128 SSR, Trojan and Pingtunnel. Available as
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···38383939- [mmsd](https://gitlab.com/kop316/mmsd), a lower level daemon that transmits and recieves MMSes. Available as [services.mmsd](#opt-services.mmsd.enable).
40404141+- [QDMR](https://dm3mat.darc.de/qdmr/), a gui application and command line tool for programming cheap DMR radios [programs.qdmr](#opt-programs.qdmr.enable)
4242+4143- [v2rayA](https://v2raya.org), a Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel. Available as [services.v2raya](options.html#opt-services.v2raya.enable).
42444345- [ulogd](https://www.netfilter.org/projects/ulogd/index.html), a userspace logging daemon for netfilter/iptables related logging. Available as [services.ulogd](options.html#opt-services.ulogd.enable).
···117117 # used by most other Linux distributions by default.
118118 include ${pkgs.mailcap}/etc/nginx/mime.types;
119119 # When recommendedOptimisation is disabled nginx fails to start because the mailmap mime.types database
120120- # contains 1026 enries and the default is only 1024. Setting to a higher number to remove the need to
120120+ # contains 1026 entries and the default is only 1024. Setting to a higher number to remove the need to
121121 # overwrite it because nginx does not allow duplicated settings.
122122 types_hash_max_size 4096;
123123
···7788stdenv.mkDerivation rec {
99 pname = "adguardhome";
1010- version = "0.107.22";
1010+ version = "0.107.23";
1111 src = sources.${system} or (throw "Source for ${pname} is not available for ${system}");
12121313 installPhase = ''
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20230110.0";
77+ version = "20230201.0";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- hash = "sha256-axtDtkIsTFWV8qtVvpYL4aDE5jbTdX4Qo5V+9taWuNo=";
1515+ hash = "sha256-CG4I3YI1swiAV02+NXvi9n87dXrTJFlMUcOnB9ebmWk=";
1616 };
17171818 # there is nothing to strip in this package
···147147 protonup = protonup-ng; # Added 2022-11-06
148148 pur = throw "pur has been renamed to pkgs.pur"; # added 2021-11-08
149149 pushbullet = pushbullet-py; # Added 2022-10-15
150150+ pyalmond = throw "pyalmond has been removed, since its API endpoints have been shutdown"; # added 2023-02-02
150151 pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
151152 pyGtkGlade = throw "Glade support for pygtk has been removed"; # added 2022-01-15
152153 pycallgraph = throw "pycallgraph has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
···213214 sharkiqpy = sharkiq; # added 2022-05-21
214215 smart_open = smart-open; # added 2021-03-14
215216 smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
217217+ somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01
216218 SPARQLWrapper = sparqlwrapper;
217219 sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
218220 sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02