mautrix-whatsapp: 0.10.1 -> 0.10.2

https://github.com/mautrix/whatsapp/releases/tag/v0.10.2
This commit is contained in:
Charlotte Van Petegem 2023-09-19 22:23:48 +02:00
parent 3ff2629897
commit 6fdb57536c
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.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-I1qM1hq6bnBgbtfzgWvySairfr+Q6TthMIQM+Mregc8=";
hash = "sha256-GWtci/OiipaUFzzha3GvkoKmN1lb9Fg3i+X1ZFkGKtc=";
};
buildInputs = [ olm ];
vendorHash = "sha256-TH353K6BOTzFC/iPIf1S7rV0DSIxjJEg42ru5H8NbSE=";
vendorHash = "sha256-IEBSY61Bjuc42GqQUvChqLayO1hiDEDBxlMoAKJo12E=";
doCheck = false;