mautrix-whatsapp: 0.8.3 -> 0.8.4

https://github.com/mautrix/whatsapp/releases/tag/v0.8.4
This commit is contained in:
Charlotte Van Petegem 2023-04-16 22:51:44 +02:00
parent cf8eb4fd85
commit 7a40725f9e
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-rSyKKWg9PiAZAdmUfWWxU4ZXGHP+LR1kcDXMbkB3wYA=";
hash = "sha256-4dOkSnurg2Sk36Z2WNjPaO092IiRlzc9oWM6sQ+wUwM=";
};
buildInputs = [ olm ];
vendorSha256 = "sha256-eHY6YBPDA2uJyhvB/3bd+W2PEfGjyx3BEAlbJvVV0Yo=";
vendorSha256 = "sha256-48C9aaOe148emSsxzfKFKtnXyC39IFO8Ge7d+rIhDac=";
doCheck = false;