mautrix-whatsapp: 26.03 -> 26.04

(cherry picked from commit ae0329afbc)
This commit is contained in:
SchweGELBin
2026-04-16 20:10:40 +02:00
committed by github-actions[bot]
parent 0730bf415d
commit fcb7f6870c

View File

@@ -14,20 +14,20 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
version = "26.03";
tag = "v0.2603.0";
version = "26.04";
tag = "v0.2604.0";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
inherit tag;
hash = "sha256-iLPcMi/6262r+jq3RIkiUckniwTFsaajy5EwYFRaenU=";
hash = "sha256-y5oApQXQBy+ksU/03RxixBlmv+qNaKyJvgFQVfurIBs=";
};
buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";
vendorHash = "sha256-+B/WF0tt7cqfvM07jHpPZHzI5frQOKhxYMFl4asSPqg=";
vendorHash = "sha256-idjQryuyPCrCoaebJ7itAwUrGRpg9rWkOVK/GY/CBkg=";
ldflags = [
"-s"