···8687- [pgBouncer](https://www.pgbouncer.org), a PostgreSQL connection pooler. Available as [services.pgbouncer](#opt-services.pgbouncer.enable).
880089- [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).
9091- [osquery](https://www.osquery.io/), a SQL powered operating system instrumentation, monitoring, and analytics.
···8687- [pgBouncer](https://www.pgbouncer.org), a PostgreSQL connection pooler. Available as [services.pgbouncer](#opt-services.pgbouncer.enable).
8889+- [Goss](https://goss.rocks/), a YAML based serverspec alternative tool for validating a server's configuration. Available as [services.goss](#opt-services.goss.enable).
90+91- [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).
9293- [osquery](https://www.osquery.io/), a SQL powered operating system instrumentation, monitoring, and analytics.
···78 # Please keep the version x.y.0.z and do not update to x.y.76.z because the
9 # source of the latter disappears much faster.
10- version = "8.105.0.208";
1112 rpath = lib.makeLibraryPath [
13 alsa-lib
···68 "https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
69 "https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
70 ];
71- sha256 = "sha256-P1H9BSXHDmrE8x2kq4Mw5A7r2jVZGSHJh84Hn5EX2lk=";
72 }
73 else
74 throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
···78 # Please keep the version x.y.0.z and do not update to x.y.76.z because the
9 # source of the latter disappears much faster.
10+ version = "8.106.0.212";
1112 rpath = lib.makeLibraryPath [
13 alsa-lib
···68 "https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
69 "https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
70 ];
71+ sha256 = "sha256-TlqhCj5nyL8SEo3M6ahPLYOTDrEjHvxtu1qFSR8LtkM=";
72 }
73 else
74 throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";
···41 homepage = "https://docs.confluent.io/confluent-cli/current/overview.html";
42 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
43 license = licenses.unfree;
44- maintainers = with maintainers; [ rguevara84 ];
4546 # TODO: There's support for i686 systems but I do not have any such system
47 # to build it locally on, it's also unfree so I cannot rely on ofborg to
···41 homepage = "https://docs.confluent.io/confluent-cli/current/overview.html";
42 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
43 license = licenses.unfree;
44+ maintainers = with maintainers; [ rguevara84 autophagy ];
4546 # TODO: There's support for i686 systems but I do not have any such system
47 # to build it locally on, it's also unfree so I cannot rely on ofborg to
···12 # as ssdfs-utils, not ssdfs-tools.
13 pname = "ssdfs-utils";
14 # The version is taken from `configure.ac`, there are no tags.
15- version = "4.27";
1617 src = fetchFromGitHub {
18 owner = "dubeyko";
19 repo = "ssdfs-tools";
20- rev = "9b647d73b34dc2e18ed04bfcf5e260ffb8242dd5";
21- hash = "sha256-7I7h6Szb/oXtkypd7Nk4AFrTEsn9Y/1/u+IaL63zRVI=";
22 };
2324 strictDeps = true;
···12 # as ssdfs-utils, not ssdfs-tools.
13 pname = "ssdfs-utils";
14 # The version is taken from `configure.ac`, there are no tags.
15+ version = "4.35";
1617 src = fetchFromGitHub {
18 owner = "dubeyko";
19 repo = "ssdfs-tools";
20+ rev = "fe18072c9b1a670c06d1819205ad12e08312838f";
21+ hash = "sha256-eVduJa4ewkVDHkxZkj2GO2uNMcMubyGo+4RkhXb9KFA=";
22 };
2324 strictDeps = true;