about summary refs log tree commit diff
path: root/pkgs/servers/mautrix-whatsapp
AgeCommit message (Collapse)AuthorFilesLines
2022-01-17mautrix-whatsapp: 0.2.2 -> 0.2.3Charlotte Van Petegem1-3/+3
2022-01-01buildGoModule packages: remove unnecessary `runVend`zowoq1-3/+1
2021-12-17mautrix-whatsapp: 0.2.1 -> 0.2.2Charlotte Van Petegem1-3/+3
2021-11-12mautrix-whatsapp: 0.1.10 -> 0.2.1Maximilian Bosch1-5/+5
ChangeLog: https://github.com/mautrix/whatsapp/releases/tag/v0.2.1
2021-11-02mautrix-whatsapp: 0.1.9 -> 0.1.10Maximilian Bosch1-3/+3
ChangeLog: https://github.com/mautrix/whatsapp/releases/tag/v0.1.10
2021-10-28mautrix-whatsapp: 0.1.8 -> 0.1.9Charlotte Van Petegem1-3/+3
2021-08-07mautrix-whatsapp: specify agpl3plus licenseCharlotte Van Petegem1-1/+1
e.g. https://github.com/mautrix/whatsapp/blob/f4a7394b670db59aadd6ad99f761acbff255e1b6/bridgestate.go mentions the option of using a later version.
2021-08-07mautrix-whatsapp: update repository locationCharlotte Van Petegem1-2/+2
2021-08-07mautrix-whatsapp: 0.1.7 -> 0.1.8Charlotte Van Petegem1-3/+3
2021-06-15mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7Maximilian Bosch1-3/+3
ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.7 Not a functional change as I already included all the fixes in my previous bump, but I think it's better to use a stable tag by default to build :)
2021-06-15mautrix-whatsapp: 0.1.6 -> unstable-2021-06-15Maximilian Bosch1-4/+4
On `master` there are a few more bugfixes. Most notably, each message sent by me was marked as "not sent" by WhatsApp for the last four days until you hit a "Resend" in WhatsApp. As the update to the latest `master` has solved the issue and being able to correctly send messages is one of the core features of this package, I decided to update the package in `nixpkgs` as well.
2021-04-01mautrix-whatsapp: 0.1.5 -> 0.1.6Maximilian Bosch1-3/+3
ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.6
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-28mautrix-whatsapp: 0.1.4 -> 0.1.5Maximilian Bosch1-3/+3
ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.5
2020-09-05mautrix-whatsapp: 0.1.3 -> 0.1.4Maximilian Bosch1-3/+3
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.4
2020-08-20buildGoModule/vend: use upstream instead of forkzowoq1-1/+1
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+3
2020-07-29mautrix-whatsapp: update to use runVendColin L Rice1-13/+2
2020-07-10mautrix-whatsapp: 0.1.2 -> 0.1.3Maximilian Bosch1-3/+3
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.3
2020-07-04mautrix-whatsapp: 0.1.1 -> 0.1.2Maximilian Bosch1-3/+3
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.2
2020-06-05mautrix-whatsapp: 2020-06-01 -> 0.1.1Maximilian Bosch1-6/+6
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.1 https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.0
2020-06-02mautrix-whatsapp: 2020-05-29 -> 2020-06-01Maximilian Bosch1-3/+3
2020-06-01mautrix-whatsapp: 2020-05-27 -> 2020-05-29Maximilian Bosch1-3/+3
2020-05-27mautrix-whatsapp: 2020-05-21 -> 2020-05-27Maximilian Bosch1-4/+16
2020-05-22mautrix-whatsapp: 2020-04-21-1 -> 2020-05-21Maximilian Bosch1-20/+7
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+17
2020-04-28mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1Maximilian Bosch1-4/+4
2020-04-21mautrix-whatsapp: 2020-04-12 -> 2020-04-21Maximilian Bosch1-4/+4
2020-04-17mautrix-whatsapp: 2020-04-02 -> 2020-04-12Maximilian Bosch1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-05mautrix-whatsapp: 2020-03-26 -> 2020-04-02Maximilian Bosch1-4/+4
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-26mautrix-whatsapp: 2020-02-09 -> 2020-03-26Maximilian Bosch1-4/+4
2020-03-21mautrix-whatsapp: fix build on darwinMario Rodas1-1/+3
2020-02-17mautrix-whatsapp: 2020-01-12 -> 2020-02-09Maximilian Bosch1-4/+4
2020-01-17mautrix-whatsapp: 2020-01-07 -> 2020-01-12Maximilian Bosch1-3/+3
2020-01-11mautrix-whatsapp: 2019-11-17 -> 2020-01-07Maximilian Bosch2-52/+4
2019-11-29mautrix-whatsapp: 2019-09-03 -> 2019-11-17Maximilian Bosch2-5/+53
2019-09-06Merge branch 'master' into staging-nextJan Tojnar2-220/+7
Fixed trivial conflicts caused by removing rec.
2019-09-04mautrix-whatsapp: 2019-07-04 -> 2019-09-03Maximilian Bosch2-220/+7
Also got rid of the dependency hakery by using `buildGoModule` and letting `go.mod` do the job.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-10mautrix-whatsapp: 2019-02-24 -> 2019-07-04Maximilian Bosch2-39/+49
Bump to the latest revision of `mautrix-whatsapp` to regain compatibility with matrix-synapse 0.99.5. Please note that it was necessary to alter some of the sources in `deps.nix`, please read the comment at the top of the file for further information.
2019-02-25mautrix-whatsapp: 2019-02-20 -> 2019-02-24Victor SENE2-15/+15
2019-02-25mautrix-whatsapp: 2019-02-11 -> 2019-02-20Victor SENE2-15/+15
2019-02-20mautrix-whatsapp: init at 2019-02-11 (#56054)Victor SENE2-0/+225