mautrix-whatsapp: 0.1.9 -> 0.1.10

ChangeLog: https://github.com/mautrix/whatsapp/releases/tag/v0.1.10
(cherry picked from commit 3f24252df0f0412e3b345898fa1c9126b54bed67)
This commit is contained in:
Maximilian Bosch 2021-11-02 23:00:46 +01:00 committed by github-actions[bot]
parent 3dc6784ba4
commit f3df16db3a
1 changed files with 3 additions and 3 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.1.9";
version = "0.1.10";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
sha256 = "DKW54bxhohvtz71zqFi4ZacK1pVys6aR5B9naD7PYPk=";
sha256 = "sha256-4eqgmJ5CC1Glc8jG+4cQs6FbrY8Az29rCrZvFU3PAoM=";
};
buildInputs = [ olm ];
vendorSha256 = "Y9mUl7fWZiXBEEDX3w2HXMlQKJntv16WeQC1bQQ7hHs=";
vendorSha256 = "sha256-Y9mUl7fWZiXBEEDX3w2HXMlQKJntv16WeQC1bQQ7hHs=";
doCheck = false;