mautrix-whatsapp: 0.8.5 -> 0.8.6

https://github.com/mautrix/whatsapp/releases/tag/v0.8.6
This commit is contained in:
Charlotte Van Petegem 2023-06-16 14:31:34 +02:00
parent 381e92a35e
commit 645047019c
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.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-XiDuH4W5yghbT2wIcqcC2y1qJH62mWvTk6ca3KedkIk=";
hash = "sha256-+uMpAsIadkdUrKkAr6ejOc1NfRIISA2R0AOjIXGXVpY=";
};
buildInputs = [ olm ];
vendorSha256 = "sha256-m9wB6u76ONw0+mZeCnwEYOqBvghil+rcKUJFKRaT5Nk=";
vendorSha256 = "sha256-emUCf6ZKFjBDr5WEKzYfbBNR44FDbjedmCgHfkjHQtw=";
doCheck = false;