File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/by-name/ma/mautrix-whatsapp Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
3+ nix-update-script ,
34 buildGoModule ,
45 fetchFromGitHub ,
56 olm ,
1314
1415buildGoModule 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" ;
You can’t perform that action at this time.
0 commit comments