nixos/chatterbox: Update mautrix-whatsapp to 26.03
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h7m26s

This commit is contained in:
2026-04-12 18:36:06 +01:00
parent 2bf18319c9
commit ee4178ee2d

View File

@@ -198,15 +198,17 @@ in
mautrix-whatsapp = { mautrix-whatsapp = {
enable = true; enable = true;
package = pkgs.mautrix-whatsapp.overrideAttrs (o: { package = pkgs.mautrix-whatsapp.overrideAttrs (o: rec {
# TODO: Remove when upgrading nixpkgs # TODO: Remove when upgrading nixpkgs
version = "26.03";
tag = "v0.2603.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "mautrix"; owner = "mautrix";
repo = "whatsapp"; repo = "whatsapp";
tag = "v0.2511.0"; inherit tag;
hash = "sha256-0Jpod9/mZ9eGFvPxki6Yz0KL1XQ4HTtZ7Zv7WvamuC0="; hash = "sha256-iLPcMi/6262r+jq3RIkiUckniwTFsaajy5EwYFRaenU=";
}; };
vendorHash = "sha256-n25j2uM3e5/5PYs2jwH+iclaU/p/MhctCAhPninz2HI="; vendorHash = "sha256-+B/WF0tt7cqfvM07jHpPZHzI5frQOKhxYMFl4asSPqg=";
}); });
environmentFile = config.age.secrets."chatterbox/mautrix-whatsapp.env".path; environmentFile = config.age.secrets."chatterbox/mautrix-whatsapp.env".path;
settings = { settings = {