mautrix-whatsapp: 0.10.3 -> 0.10.4

https://github.com/mautrix/whatsapp/releases/tag/v0.10.4
This commit is contained in:
Charlotte Van Petegem 2023-11-17 13:39:35 +01:00
parent cf194054c0
commit 9c929ee921
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.10.3";
version = "0.10.4";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-lBseLxxk+3/eoJMdq4muOrA0TgEhwIReGtQO1OzqBFc=";
hash = "sha256-uouxOXvVbUNRHM83JearPhMTZQtMPEBfWvsVb7QJSO8=";
};
buildInputs = [ olm ];
vendorHash = "sha256-QUZ9x9BDlhoWLvdt8BTIKxHcsclT6arGICeJnOafs1g=";
vendorHash = "sha256-dgaI/gpngCcVRVK8SK6ac1hmc7/aYLJCnW2CCYRDXy0=";
doCheck = false;