summary refs log tree commit diff
path: root/pkgs/servers/mautrix-whatsapp
Commit message (Collapse)AuthorAge
* mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7Maximilian Bosch2021-06-15
| | | | | | | | 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 :)
* mautrix-whatsapp: 0.1.6 -> unstable-2021-06-15Maximilian Bosch2021-06-15
| | | | | | | | | | 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.
* mautrix-whatsapp: 0.1.5 -> 0.1.6Maximilian Bosch2021-04-01
| | | | ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.6
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* mautrix-whatsapp: 0.1.4 -> 0.1.5Maximilian Bosch2020-12-28
| | | | ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.5
* mautrix-whatsapp: 0.1.3 -> 0.1.4Maximilian Bosch2020-09-05
| | | | https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.4
* buildGoModule/vend: use upstream instead of forkzowoq2020-08-20
|
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* mautrix-whatsapp: update to use runVendColin L Rice2020-07-29
|
* mautrix-whatsapp: 0.1.2 -> 0.1.3Maximilian Bosch2020-07-10
| | | | https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.3
* mautrix-whatsapp: 0.1.1 -> 0.1.2Maximilian Bosch2020-07-04
| | | | https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.2
* mautrix-whatsapp: 2020-06-01 -> 0.1.1Maximilian Bosch2020-06-05
| | | | | https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.1 https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.0
* mautrix-whatsapp: 2020-05-29 -> 2020-06-01Maximilian Bosch2020-06-02
|
* mautrix-whatsapp: 2020-05-27 -> 2020-05-29Maximilian Bosch2020-06-01
|
* mautrix-whatsapp: 2020-05-21 -> 2020-05-27Maximilian Bosch2020-05-27
|
* mautrix-whatsapp: 2020-04-21-1 -> 2020-05-21Maximilian Bosch2020-05-22
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1Maximilian Bosch2020-04-28
|
* mautrix-whatsapp: 2020-04-12 -> 2020-04-21Maximilian Bosch2020-04-21
|
* mautrix-whatsapp: 2020-04-02 -> 2020-04-12Maximilian Bosch2020-04-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* mautrix-whatsapp: 2020-03-26 -> 2020-04-02Maximilian Bosch2020-04-05
|
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* mautrix-whatsapp: 2020-02-09 -> 2020-03-26Maximilian Bosch2020-03-26
|
* mautrix-whatsapp: fix build on darwinMario Rodas2020-03-21
|
* mautrix-whatsapp: 2020-01-12 -> 2020-02-09Maximilian Bosch2020-02-17
|
* mautrix-whatsapp: 2020-01-07 -> 2020-01-12Maximilian Bosch2020-01-17
|
* mautrix-whatsapp: 2019-11-17 -> 2020-01-07Maximilian Bosch2020-01-11
|
* mautrix-whatsapp: 2019-09-03 -> 2019-11-17Maximilian Bosch2019-11-29
|
* Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\ | | | | | | Fixed trivial conflicts caused by removing rec.
| * mautrix-whatsapp: 2019-07-04 -> 2019-09-03Maximilian Bosch2019-09-04
| | | | | | | | | | Also got rid of the dependency hakery by using `buildGoModule` and letting `go.mod` do the job.
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* mautrix-whatsapp: 2019-02-24 -> 2019-07-04Maximilian Bosch2019-07-10
| | | | | | | | | 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.
* mautrix-whatsapp: 2019-02-20 -> 2019-02-24Victor SENE2019-02-25
|
* mautrix-whatsapp: 2019-02-11 -> 2019-02-20Victor SENE2019-02-25
|
* mautrix-whatsapp: init at 2019-02-11 (#56054)Victor SENE2019-02-20