Skip to content

Commit

Permalink
mautrix-whatsapp: 0.11.2 -> 0.11.3
Browse files Browse the repository at this point in the history
https://github.com/mautrix/whatsapp/releases/tag/v0.11.3
Signed-off-by: Sumner Evans <[email protected]>
(cherry picked from commit 63f5033)
  • Loading branch information
sumnerevans authored and github-actions[bot] committed Feb 19, 2025
1 parent b936805 commit 3f65a98
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkgs/by-name/ma/mautrix-whatsapp/package.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
lib,
nix-update-script,
buildGoModule,
fetchFromGitHub,
olm,
Expand All @@ -13,22 +14,24 @@

buildGoModule rec {
pname = "mautrix-whatsapp";
version = "0.11.2";
version = "0.11.3";

src = fetchFromGitHub {
owner = "mautrix";
repo = "whatsapp";
rev = "v${version}";
hash = "sha256-3S4aNoxK99iExhTJQP/JNq0GajCUjbdq4cUgCBudyXI=";
hash = "sha256-b56WCt71A1+TUN7ug3E/F8A99vqGJLJfHN49klZzx9I=";
};

buildInputs = lib.optional (!withGoolm) olm;
tags = lib.optional withGoolm "goolm";

vendorHash = "sha256-9iX+pzken+/7+nqYa71rcc1olCdpmu3UfR09ag3KSKs=";
vendorHash = "sha256-8Iu5rL42TFFqlClQf01kT86Hhb46qsPObjE1snuz1So=";

doCheck = false;

passthru.updateScript = nix-update-script { };

meta = with lib; {
homepage = "https://github.com/tulir/mautrix-whatsapp";
description = "Matrix <-> Whatsapp hybrid puppeting/relaybot bridge";
Expand Down

0 comments on commit 3f65a98

Please sign in to comment.