Commit graph

41 commits

Author SHA1 Message Date
Charlotte Van Petegem a6692271eb
mautrix-whatsapp: specify agpl3plus license
e.g. f4a7394b67/bridgestate.go
mentions the option of using a later version.
2021-08-07 15:22:16 +02:00
Charlotte Van Petegem 57e6214370
mautrix-whatsapp: update repository location 2021-08-07 15:21:51 +02:00
Charlotte Van Petegem bb550a67d8
mautrix-whatsapp: 0.1.7 -> 0.1.8 2021-08-07 14:37:26 +02:00
Maximilian Bosch 6e4ce70535
mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7
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-15 22:12:21 +02:00
Maximilian Bosch 5c7156faf1
mautrix-whatsapp: 0.1.6 -> unstable-2021-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.
2021-06-15 18:01:30 +02:00
Maximilian Bosch 8d3ecb19f2
mautrix-whatsapp: 0.1.5 -> 0.1.6
ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.6
2021-04-01 21:29:05 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Maximilian Bosch 1a0c86ecd0
mautrix-whatsapp: 0.1.4 -> 0.1.5
ChangeLog: https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.5
2020-12-28 21:21:46 +01:00
Maximilian Bosch 86a1a0a68d
mautrix-whatsapp: 0.1.3 -> 0.1.4
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.4
2020-09-05 16:21:42 +02:00
zowoq 7dec299b89 buildGoModule/vend: use upstream instead of fork 2020-08-20 08:01:43 +10:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice 96908e4341 mautrix-whatsapp: update to use runVend 2020-07-29 19:07:59 -04:00
Maximilian Bosch e43685ef7d
mautrix-whatsapp: 0.1.2 -> 0.1.3
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.3
2020-07-10 15:31:31 +02:00
Maximilian Bosch 8842a387ef
mautrix-whatsapp: 0.1.1 -> 0.1.2
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.2
2020-07-04 18:33:35 +02:00
Maximilian Bosch 0402df6a58
mautrix-whatsapp: 2020-06-01 -> 0.1.1
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.1
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.0
2020-06-05 23:15:46 +02:00
Maximilian Bosch 7cae204ed9
mautrix-whatsapp: 2020-05-29 -> 2020-06-01 2020-06-02 18:21:57 +02:00
Maximilian Bosch 55fea6d252
mautrix-whatsapp: 2020-05-27 -> 2020-05-29 2020-06-01 09:29:13 +02:00
Maximilian Bosch 1b5925f218
mautrix-whatsapp: 2020-05-21 -> 2020-05-27 2020-05-27 15:03:28 +02:00
Maximilian Bosch 5cdc8f4818
mautrix-whatsapp: 2020-04-21-1 -> 2020-05-21 2020-05-22 16:40:00 +02:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Maximilian Bosch 1066f11e4b
mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1 2020-04-28 00:18:26 +02:00
Maximilian Bosch c844633cc7
mautrix-whatsapp: 2020-04-12 -> 2020-04-21 2020-04-21 18:05:15 +02:00
Maximilian Bosch e61c924adb
mautrix-whatsapp: 2020-04-02 -> 2020-04-12 2020-04-17 00:28:13 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch ca0cb2c43f
mautrix-whatsapp: 2020-03-26 -> 2020-04-02 2020-04-05 17:46:12 +02:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Maximilian Bosch 5bfc1d5110
mautrix-whatsapp: 2020-02-09 -> 2020-03-26 2020-03-26 23:45:33 +01:00
Mario Rodas b85ea94504 mautrix-whatsapp: fix build on darwin 2020-03-21 05:41:00 -05:00
Maximilian Bosch 52981cedfd
mautrix-whatsapp: 2020-01-12 -> 2020-02-09 2020-02-17 07:47:14 +01:00
Maximilian Bosch b01e397399
mautrix-whatsapp: 2020-01-07 -> 2020-01-12 2020-01-17 19:58:39 +01:00
Maximilian Bosch 404a1538ac
mautrix-whatsapp: 2019-11-17 -> 2020-01-07 2020-01-11 15:00:37 +01:00
Maximilian Bosch 70a5782188
mautrix-whatsapp: 2019-09-03 -> 2019-11-17 2019-11-29 16:32:49 +01:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Maximilian Bosch edaf80a0f0
mautrix-whatsapp: 2019-07-04 -> 2019-09-03
Also got rid of the dependency hakery by using `buildGoModule` and
letting `go.mod` do the job.
2019-09-04 18:41:19 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Maximilian Bosch b86a3e46b3
mautrix-whatsapp: 2019-02-24 -> 2019-07-04
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-07-10 02:35:03 +02:00
Victor SENE 43c1fced23 mautrix-whatsapp: 2019-02-20 -> 2019-02-24 2019-02-25 14:26:32 +01:00
Victor SENE dc6ed78a42 mautrix-whatsapp: 2019-02-11 -> 2019-02-20 2019-02-25 14:26:23 +01:00
Victor SENE 44f78998bb mautrix-whatsapp: init at 2019-02-11 (#56054) 2019-02-20 01:05:08 +00:00