mautrix-whatsapp: 0.7.1 -> 0.7.2

https://github.com/mautrix/whatsapp/releases/tag/v0.7.2
This commit is contained in:
Luflosi 2022-11-16 13:15:56 +01:00
parent 14e0c0dba2
commit ed0a8c9553
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-5wZtWFB5y695S4E1Cv8nTSPUy6rPQ/j91w6kI0DAkGs=";
hash = "sha256-KeuAxrp4DYy0+K1XYF3FxindYoOHHfwtufwKnic46i8=";
};
buildInputs = [ olm ];
vendorSha256 = "sha256-v2Zf9nmAzal/nAtbQLunGJR/CUcdbwSUQ1077e7hVrQ=";
vendorSha256 = "sha256-oxRxGxYvpO1TeEBAKO1RDwqw4NUSW4XunGdVB6zXjx8=";
doCheck = false;