···138 </listitem>
139 <listitem>
140 <para>
00000000141 <link xlink:href="https://www.isc.org/kea/">Kea</link>, ISCs
142 2nd generation DHCP and DDNS server suite. Available at
143 <link xlink:href="options.html#opt-services.kea">services.kea</link>.
···138 </listitem>
139 <listitem>
140 <para>
141+ <link xlink:href="https://github.com/jitsi/jibri">Jibri</link>,
142+ a service for recording or streaming a Jitsi Meet conference.
143+ Available as
144+ <link xlink:href="options.html#opt-services.jibri.enable">services.jibri</link>.
145+ </para>
146+ </listitem>
147+ <listitem>
148+ <para>
149 <link xlink:href="https://www.isc.org/kea/">Kea</link>, ISCs
150 2nd generation DHCP and DDNS server suite. Available at
151 <link xlink:href="options.html#opt-services.kea">services.kea</link>.
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···4546- [geoipupdate](https://github.com/maxmind/geoipupdate), a GeoIP database updater from MaxMind. Available as [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
470048- [Kea](https://www.isc.org/kea/), ISCs 2nd generation DHCP and DDNS server suite. Available at [services.kea](options.html#opt-services.kea).
4950- [owncast](https://owncast.online/), self-hosted video live streaming solution. Available at [services.owncast](options.html#opt-services.owncast).
···4546- [geoipupdate](https://github.com/maxmind/geoipupdate), a GeoIP database updater from MaxMind. Available as [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
4748+- [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).
49+50- [Kea](https://www.isc.org/kea/), ISCs 2nd generation DHCP and DDNS server suite. Available at [services.kea](options.html#opt-services.kea).
5152- [owncast](https://owncast.online/), self-hosted video live streaming solution. Available at [services.owncast](options.html#opt-services.owncast).
···23stdenv.mkDerivation rec {
24 pname = "vulkan-tools-lunarg";
25 # The version must match that in vulkan-headers
26- version = "1.2.182.0";
2728 src = (assert version == vulkan-headers.version;
29 fetchFromGitHub {
30 owner = "LunarG";
31 repo = "VulkanTools";
32 rev = "sdk-${version}";
33- sha256 = "1b7762fcbakfvj2b2l68qj25pc7pz9jhfabf1x80b9w3q205hl2f";
34 fetchSubmodules = true;
35 });
36
···23stdenv.mkDerivation rec {
24 pname = "vulkan-tools-lunarg";
25 # The version must match that in vulkan-headers
26+ version = "1.2.189.1";
2728 src = (assert version == vulkan-headers.version;
29 fetchFromGitHub {
30 owner = "LunarG";
31 repo = "VulkanTools";
32 rev = "sdk-${version}";
33+ sha256 = "0431dgplv5wiz8bj0ja91mbpc2qhjgdhqhrgaqarvyvjr1f7jw52";
34 fetchSubmodules = true;
35 });
36
+2-2
pkgs/tools/graphics/vulkan-tools/default.nix
···34stdenv.mkDerivation rec {
5 pname = "vulkan-tools";
6- version = "1.2.182.0";
78 # It's not strictly necessary to have matching versions here, however
9 # since we're using the SDK version we may as well be consistent with
···13 owner = "KhronosGroup";
14 repo = "Vulkan-Tools";
15 rev = "sdk-${version}";
16- sha256 = "028l2l7jx4443k8207q8jmjq1mnnm9kgyl2417jrkrvylcbv8ji9";
17 });
1819 nativeBuildInputs = [ cmake ];
···34stdenv.mkDerivation rec {
5 pname = "vulkan-tools";
6+ version = "1.2.189.1";
78 # It's not strictly necessary to have matching versions here, however
9 # since we're using the SDK version we may as well be consistent with
···13 owner = "KhronosGroup";
14 repo = "Vulkan-Tools";
15 rev = "sdk-${version}";
16+ sha256 = "0izmzyj6gb51d71vbdjcgd9qw34aidvbmz0mg4bkc13n48w8s9vj";
17 });
1819 nativeBuildInputs = [ cmake ];