2022-12-17T18:24:02 mautrix-whatsapp 0.7.2 -> 0.8.0 https://github.com/mautrix/whatsapp/releases 2022-12-17T18:24:05 attrpath: mautrix-whatsapp 2022-12-17T18:24:05 Checking auto update branch... 2022-12-17T18:24:05 No auto update branch exists 2022-12-17T18:24:05 Old version 0.7.2" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, olm }: buildGoModule rec { pname = "mautrix-whatsapp"; version = "0.8.0"; src = fetchFromGitHub { owner = "mautrix"; repo = "whatsapp"; rev = "v${version}"; hash = "sha256-shCFKTS6ArvjecokNSrgOBr5jO+64+d6OdubTHOWiws="; }; buildInputs = [ olm ]; vendorSha256 = "sha256-BD1DBzr8iwVq2Qe7Zz1i871ysAYJ7iUlcBftjDYreeM="; doCheck = false; meta = with lib; { homepage = "https://github.com/tulir/mautrix-whatsapp"; description = "Matrix <-> Whatsapp hybrid puppeting/relaybot bridge"; license = licenses.agpl3Plus; maintainers = with maintainers; [ vskilet ma27 chvp ]; }; }