···86868787- [pgBouncer](https://www.pgbouncer.org), a PostgreSQL connection pooler. Available as [services.pgbouncer](#opt-services.pgbouncer.enable).
88888989+- [Goss](https://goss.rocks/), a YAML based serverspec alternative tool for validating a server's configuration. Available as [services.goss](#opt-services.goss.enable).
9090+8991- [trust-dns](https://trust-dns.org/), a Rust based DNS server built to be safe and secure from the ground up. Available as [services.trust-dns](#opt-services.trust-dns.enable).
90929193- [osquery](https://www.osquery.io/), a SQL powered operating system instrumentation, monitoring, and analytics.
···7788 # Please keep the version x.y.0.z and do not update to x.y.76.z because the
99 # source of the latter disappears much faster.
1010- version = "8.105.0.208";
1010+ version = "8.106.0.212";
11111212 rpath = lib.makeLibraryPath [
1313 alsa-lib
···6868 "https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
6969 "https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
7070 ];
7171- sha256 = "sha256-P1H9BSXHDmrE8x2kq4Mw5A7r2jVZGSHJh84Hn5EX2lk=";
7171+ sha256 = "sha256-TlqhCj5nyL8SEo3M6ahPLYOTDrEjHvxtu1qFSR8LtkM=";
7272 }
7373 else
7474 throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
···4141 homepage = "https://docs.confluent.io/confluent-cli/current/overview.html";
4242 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
4343 license = licenses.unfree;
4444- maintainers = with maintainers; [ rguevara84 ];
4444+ maintainers = with maintainers; [ rguevara84 autophagy ];
45454646 # TODO: There's support for i686 systems but I do not have any such system
4747 # to build it locally on, it's also unfree so I cannot rely on ofborg to