mautrix-whatsapp: 0.8.2 -> 0.8.3

This commit is contained in:
Charlotte Van Petegem 2023-03-17 10:44:27 +01:00
parent d8ce81f4b5
commit d81364ce74
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.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-0hnBqYwFVVlqv+8Cx2qvytDU6I+MPWQIpG4nYd7mPLM=";
hash = "sha256-rSyKKWg9PiAZAdmUfWWxU4ZXGHP+LR1kcDXMbkB3wYA=";
};
buildInputs = [ olm ];
vendorSha256 = "sha256-n3DBPI1gjbmP9m+xkGVoTSBcA0ELSokNZb9i3cYmAqc=";
vendorSha256 = "sha256-eHY6YBPDA2uJyhvB/3bd+W2PEfGjyx3BEAlbJvVV0Yo=";
doCheck = false;