···138138 </listitem>
139139 <listitem>
140140 <para>
141141+ <link xlink:href="https://github.com/jitsi/jibri">Jibri</link>,
142142+ a service for recording or streaming a Jitsi Meet conference.
143143+ Available as
144144+ <link xlink:href="options.html#opt-services.jibri.enable">services.jibri</link>.
145145+ </para>
146146+ </listitem>
147147+ <listitem>
148148+ <para>
141149 <link xlink:href="https://www.isc.org/kea/">Kea</link>, ISCs
142150 2nd generation DHCP and DDNS server suite. Available at
143151 <link xlink:href="options.html#opt-services.kea">services.kea</link>.
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···45454646- [geoipupdate](https://github.com/maxmind/geoipupdate), a GeoIP database updater from MaxMind. Available as [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
47474848+- [Jibri](https://github.com/jitsi/jibri), a service for recording or streaming a Jitsi Meet conference. Available as [services.jibri](options.html#opt-services.jibri.enable).
4949+4850- [Kea](https://www.isc.org/kea/), ISCs 2nd generation DHCP and DDNS server suite. Available at [services.kea](options.html#opt-services.kea).
49515052- [owncast](https://owncast.online/), self-hosted video live streaming solution. Available at [services.owncast](options.html#opt-services.owncast).
···2323stdenv.mkDerivation rec {
2424 pname = "vulkan-tools-lunarg";
2525 # The version must match that in vulkan-headers
2626- version = "1.2.182.0";
2626+ version = "1.2.189.1";
27272828 src = (assert version == vulkan-headers.version;
2929 fetchFromGitHub {
3030 owner = "LunarG";
3131 repo = "VulkanTools";
3232 rev = "sdk-${version}";
3333- sha256 = "1b7762fcbakfvj2b2l68qj25pc7pz9jhfabf1x80b9w3q205hl2f";
3333+ sha256 = "0431dgplv5wiz8bj0ja91mbpc2qhjgdhqhrgaqarvyvjr1f7jw52";
3434 fetchSubmodules = true;
3535 });
3636
+2-2
pkgs/tools/graphics/vulkan-tools/default.nix
···3344stdenv.mkDerivation rec {
55 pname = "vulkan-tools";
66- version = "1.2.182.0";
66+ version = "1.2.189.1";
7788 # It's not strictly necessary to have matching versions here, however
99 # since we're using the SDK version we may as well be consistent with
···1313 owner = "KhronosGroup";
1414 repo = "Vulkan-Tools";
1515 rev = "sdk-${version}";
1616- sha256 = "028l2l7jx4443k8207q8jmjq1mnnm9kgyl2417jrkrvylcbv8ji9";
1616+ sha256 = "0izmzyj6gb51d71vbdjcgd9qw34aidvbmz0mg4bkc13n48w8s9vj";
1717 });
18181919 nativeBuildInputs = [ cmake ];