Skip to content

Commit

Permalink
Merge: mautrix-whatsapp: 0.10.9 -> 0.11.0 (NixOS#349492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 19, 2024
2 parents 14e4b47 + cd34981 commit 617552d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2411.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@

- The logrotate service has received hardening and now requires enabling `allowNetworking`, if logrotate needs to access the network.

- `mautrix-whatsapp` has been updated to version 0.11.0, which is a major rewrite of the bridge. Config file changes are required.

- qBittorrent has been updated to major version 5, which drops support for Qt 5.
The `qbittorrent-qt5` package has been removed.

Expand Down
6 changes: 3 additions & 3 deletions pkgs/servers/mautrix-whatsapp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@

buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.10.9";
version = "0.11.0";

src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-iVILI6OGndnxIVmgNcIwHA64tkv9V3OTH3YtrCyeYx4=";
hash = "sha256-D9ed2/3ymUmZotnD8AZngPGQtzr8+R7xfbcdQLb3EKU=";
};

buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";

vendorHash = "sha256-DpgkSXSLF+U6zIzJ4AF2uTcFWQQYsRgkaUTG9F+bnVk=";
vendorHash = "sha256-qd8dGJe3h6JG6B9pZbJXHk3NwYddfHXzprSH20jn9Bk=";

doCheck = false;

Expand Down

0 comments on commit 617552d

Please sign in to comment.