Skip to content

Commit aa66050

Browse files
mautrix-whatsapp: 0.11.2 -> 0.11.3 (#382693)
2 parents c40ed6a + 63f5033 commit aa66050

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/ma/mautrix-whatsapp/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
lib,
3+
nix-update-script,
34
buildGoModule,
45
fetchFromGitHub,
56
olm,
@@ -13,22 +14,24 @@
1314

1415
buildGoModule rec {
1516
pname = "mautrix-whatsapp";
16-
version = "0.11.2";
17+
version = "0.11.3";
1718

1819
src = fetchFromGitHub {
1920
owner = "mautrix";
2021
repo = "whatsapp";
2122
rev = "v${version}";
22-
hash = "sha256-3S4aNoxK99iExhTJQP/JNq0GajCUjbdq4cUgCBudyXI=";
23+
hash = "sha256-b56WCt71A1+TUN7ug3E/F8A99vqGJLJfHN49klZzx9I=";
2324
};
2425

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

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

3031
doCheck = false;
3132

33+
passthru.updateScript = nix-update-script { };
34+
3235
meta = with lib; {
3336
homepage = "https://github.com/tulir/mautrix-whatsapp";
3437
description = "Matrix <-> Whatsapp hybrid puppeting/relaybot bridge";

0 commit comments

Comments
 (0)