1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

mautrix-whatsapp: 0.10.4 -> 0.10.5

https://github.com/mautrix/whatsapp/releases/tag/v0.10.5
This commit is contained in:
Charlotte Van Petegem 2023-12-17 09:48:41 +01:00
parent b26142cc9a
commit 71dff6fbc6
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.4";
version = "0.10.5";
src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-uouxOXvVbUNRHM83JearPhMTZQtMPEBfWvsVb7QJSO8=";
hash = "sha256-bn9nUTtpaEkzF2SEdCcKG27WQDL7xsgfgA/72wElQqA=";
};
buildInputs = [ olm ];
vendorHash = "sha256-dgaI/gpngCcVRVK8SK6ac1hmc7/aYLJCnW2CCYRDXy0=";
vendorHash = "sha256-PDUSjza+0SDanQwKYQRuLzsiA/sHjRnG0xpzlzhkm+U=";
doCheck = false;