···178178179179 _Default value:_ 0.180180181181+`compressor` (String; _optional_)182182+183183+: Selects the algorithm used to compress the image.184184+185185+ _Default value:_ `"gz"`.\186186+ _Possible values:_ `"none"`, `"gz"`, `"zstd"`.187187+181188`contents` **DEPRECATED**182189183190: This attribute is deprecated, and users are encouraged to use `copyToRoot` instead.
···181181 `wants`), because the dependency that `multi-user.target` has on182182 `network-online.target` is planned for removal.183183184184+- `services.pgbouncer` now has systemd support enabled and will log to journald. The default setting for `services.pgbouncer.logFile` is now `null` to disable logging to a separate log file.185185+184186- `services.archisteamfarm` no longer uses the abbreviation `asf` for its state directory (`/var/lib/asf`), user and group (both `asf`). Instead the long name `archisteamfarm` is used.185187 Configurations with `system.stateVersion` 23.11 or earlier, default to the old stateDirectory until the 24.11 release and must either set the option explicitly or move the data to the new directory.186188
···11{ lib, buildGoModule, fetchFromGitHub, olm, libsignal-ffi }:2233-buildGoModule {33+buildGoModule rec {44 pname = "mautrix-signal";55- # mautrix-signal's latest released version v0.4.3 still uses the Python codebase66- # which is broken for new devices, see https://github.com/mautrix/signal/issues/388.77- # The new Go version fixes this by using the official libsignal as a library and88- # can be upgraded to directly from the Python version.99- version = "unstable-2024-01-31";55+ version = "0.5.0";106117 src = fetchFromGitHub {128 owner = "mautrix";139 repo = "signal";1414- rev = "103666990f30a692c63dd84a499b0dd390cef8a4";1515- hash = "sha256-UttLMI+jX5PNG02vs7Dty8pxdko2aM0sVB/90eWwmYw=";1010+ rev = "v${version}";1111+ hash = "sha256-qlWp9SnS8dWZNAua9HOyOrQwBXQFaaWB3eP9aCGlDFc=";1612 };17131814 buildInputs = [···1822 libsignal-ffi1923 ];20242121- vendorHash = "sha256-LKs/9yCJ7alKQh1VYQsPEg7y+ugZwUnnJh2l4IEjbaQ=";2525+ vendorHash = "sha256-sa6M9rMrI7fa8T4su3yfJID4AYB6YnlfrVBM6cPQLvY=";22262327 doCheck = false;2428