Commit Graph

6684 Commits

Author SHA1 Message Date
R. Ryantm
da7e5ef960 beeper: 3.99.22 -> 3.99.23 2024-03-13 11:47:39 +00:00
Nick Cao
3f178e4156
telegram-desktop: 4.15.1 -> 4.15.2
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.15.1...v4.15.2

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.15.2
2024-03-13 02:46:16 -04:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next 2024-03-13 00:38:07 +00:00
Pol Dellaiera
7b3a74e0d4
Merge pull request #295207 from r-ryantm/auto-update/alfaview
alfaview: 9.8.2 -> 9.9.1
2024-03-12 21:37:10 +01:00
Artturin
93a1ca9dba pkgsCross.aarch64-darwin.discord-development: 0.0.30 -> 0.0.31 2024-03-12 18:29:28 +00:00
Artturin
03078d4194 pkgsCross.aarch64-darwin.discord-canary: 0.0.416 -> 0.0.435 2024-03-12 18:28:35 +00:00
Artturin
44eed618e8 pkgsCross.aarch64-darwin.discord-ptb: 0.0.97 -> 0.0.102 2024-03-12 18:27:25 +00:00
Artturin
b916be2028 pkgsCross.aarch64-darwin.discord: 0.0.294 -> 0.0.296 2024-03-12 18:26:42 +00:00
Artturin
cce0ca8729 discord-development: 0.0.13 -> 0.0.14 2024-03-12 18:25:57 +00:00
Artturin
de65decd92 discord-canary: 0.0.294 -> 0.0.300 2024-03-12 18:25:25 +00:00
Artturin
fbb524935f discord-ptb: 0.0.72 -> 0.0.74 2024-03-12 18:24:53 +00:00
Artturin
9fd0da5a83 discord: 0.0.44 -> 0.0.45 2024-03-12 18:24:10 +00:00
github-actions[bot]
6b78f024b2
Merge staging-next into staging 2024-03-12 18:01:46 +00:00
Andreas Wurzer
f31be1409e teams-for-linux: add libnotify to LD_LIBRARY_PATH
to support notifications
2024-03-12 14:21:36 +01:00
github-actions[bot]
1cef2a1be7
Merge staging-next into staging 2024-03-12 12:01:40 +00:00
Maciej Krüger
6bb5e36705
Merge pull request #294586 from mkg20001/fluffy-18
fluffychat: 1.17.1 -> 1.18.0
2024-03-12 12:18:56 +01:00
kirillrdy
35427292fe
Merge pull request #295246 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.13 -> 1.4.14
2024-03-12 20:16:28 +11:00
Leona Maroni
a35c3d4432
Merge pull request #294671 from Mic92/ferdium
ferdium: 6.7.0 -> 6.7.1
2024-03-12 09:56:10 +01:00
Charlotte Van Petegem
d3a0dea280
teams-for-linux: 1.4.13 -> 1.4.14
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.14
2024-03-12 08:58:01 +01:00
R. Ryantm
0da60a8d25 alfaview: 9.8.2 -> 9.9.1 2024-03-12 02:47:05 +00:00
github-actions[bot]
339816cfdf
Merge staging-next into staging 2024-03-11 12:01:42 +00:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx (#292043)
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Peder Bergebakken Sundt
aabf0cf39a
Merge pull request #294216 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.285 -> 0.0.294
2024-03-11 10:47:03 +01:00
Pol Dellaiera
8905661437
Merge pull request #294636 from r-ryantm/auto-update/discord
discord: 0.0.43 -> 0.0.44
2024-03-10 14:27:32 +01:00
Jörg Thalheim
af7c614e5a ferdium: 6.7.0 -> 6.7.1 2024-03-10 08:56:15 +01:00
R. Ryantm
026c5edfc1 discord: 0.0.43 -> 0.0.44 2024-03-10 03:01:49 +00:00
Robert Schütz
ad12944445
Merge pull request #294557 from dotlambda/deltachat-desktop-1.44.1
deltachat-desktop: 1.44.0 -> 1.44.1
2024-03-10 02:26:46 +00:00
Maciej Krüger
4abba46868
fluffychat: 1.17.1 -> 1.18.0 2024-03-09 23:20:23 +01:00
Weijia Wang
9709699029
telegram-desktop: update darwin patch 2024-03-09 14:40:05 -05:00
Nick Cao
a3f6683648
telegram-desktop: 4.15.0 -> 4.15.1
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.15.0...v4.15.1

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.15.1
2024-03-09 14:39:57 -05:00
Nick Cao
656ea76b1b
telegram-desktop: 4.14.15 -> 4.15.0
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.14.15...v4.15.0

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.15.0
2024-03-09 14:39:56 -05:00
Robert Schütz
f9d6960557 deltachat-desktop: 1.44.0 -> 1.44.1
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.44.0...v1.44.1

Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.44.1/CHANGELOG.md
2024-03-09 11:20:55 -08:00
Nikolay Korotkiy
2340120c6f
Merge pull request #293815 from Aleksanaa/tg
tg: fix sending message and desktop notification
2024-03-09 23:15:40 +04:00
7c6f434c
469d04ae77
Merge pull request #294446 from Aleksanaa/matrixcli
matrixcli: remove
2024-03-09 17:49:49 +00:00
Robert Schütz
e103926643
Merge pull request #289215 from dotlambda/deltachat-desktop-1.44
deltachat-desktop: 1.42.2 -> 1.44.0
2024-03-09 17:29:39 +00:00
aleksana
14f5cbaa3a matrixcli: remove 2024-03-09 15:30:42 +08:00
Weijia Wang
f9a7a62dab
Merge pull request #294359 from r-ryantm/auto-update/beeper
beeper: 3.98.16 -> 3.99.22
2024-03-09 01:06:59 +01:00
R. Ryantm
34093f4fa8 beeper: 3.98.16 -> 3.99.22 2024-03-08 21:19:13 +00:00
Weijia Wang
95cf646f8a
Merge pull request #291452 from aktaboot/remove-ricochet-im
ricochet: remove, outdated
2024-03-08 20:55:30 +01:00
R. Ryantm
5b233fd6ae discord-canary: 0.0.285 -> 0.0.294 2024-03-08 04:52:52 +00:00
Malo Bourgon
2c65a110d1 signalbackup-tools: 20240304 -> 20240306
Diff: 20240304...20240306
2024-03-07 11:20:49 -08:00
Pol Dellaiera
5f4a3408de
Merge pull request #293952 from equirosa/update-signal-2024-3-6
signal-desktop: 7.0.0 -> 7.1.1, -beta: 7.0.0-beta.2 -> 7.2.0-beta.1
2024-03-07 19:59:25 +01:00
Weijia Wang
d69d8f3897
Merge pull request #285210 from r-ryantm/auto-update/rocketchat-desktop
rocketchat-desktop: 3.9.11 -> 3.9.14
2024-03-07 11:29:04 +01:00
Peter Hoeg
d4f34d235d quaternion: add support for qt6 2024-03-07 01:47:43 -08:00
Weijia Wang
390c28a0ba
Merge pull request #287664 from r-ryantm/auto-update/alfaview
alfaview: 9.8.1 -> 9.8.2
2024-03-07 09:31:54 +01:00
Weijia Wang
b56badfc40
Merge pull request #291538 from r-ryantm/auto-update/zoom-us
zoom-us: 5.17.5.2543 -> 5.17.10.3512
2024-03-07 07:42:41 +01:00
kiri
4b878ee7f2
signal-desktop: 7.0.0 -> 7.1.1, -beta: 7.0.0-beta.2 -> 7.2.0-beta.1 2024-03-06 21:58:52 -06:00
Weijia Wang
407f89d5f8
Merge pull request #290916 from r-ryantm/auto-update/pidgin
pidgin: 2.14.12 -> 2.14.13
2024-03-06 22:47:40 +01:00
aleksana
210e0193bf tg: fix sending message and desktop notification 2024-03-07 02:07:41 +08:00
Robert Schütz
3a9a9d7cd1 deltachat-desktop: 1.42.2 -> 1.44.0
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.42.2...v1.44.0

Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.44.0/CHANGELOG.md
2024-03-05 10:51:43 -08:00
Nick Cao
0e7a6823de
Merge pull request #293314 from malob/update-signalbackup-tools
signalbackup-tools: 20240227-1 -> 20240304
2024-03-05 09:12:54 -05:00
R. Ryantm
a768399745 teams-for-linux: 1.4.12 -> 1.4.13 2024-03-04 20:46:32 +00:00
Malo Bourgon
203f41e82e signalbackup-tools: 20240227-1 -> 20240304
Diff: https://github.com/bepaald/signalbackup-tools/compare/20240227-1...20240304
2024-03-04 11:28:38 -08:00
R. RyanTM
7ac2425fd4
beeper: 3.97.44 -> 3.98.16 (#293174) 2024-03-04 08:32:13 -05:00
Artturi
473d9954f1
Merge pull request #292821 from r-ryantm/auto-update/discord-ptb
discord-ptb: 0.0.71 -> 0.0.72
2024-03-03 23:14:58 +02:00
maxine
62e1690736
Merge pull request #293010 from tobim/pkgs/slack/fix-pipewire-screen-capture 2024-03-03 17:00:08 +00:00
Nick Cao
4139de5ea5
Merge pull request #292155 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20240225 -> 20240227-1
2024-03-03 10:15:17 -05:00
Tobias Mayer
5f6b9d7b7d
slack: fix screen sharing on wayland
Slack blacklists the electron feature to allow screen capture via
Pipewire for unknown reasons. This change applies the same workaround
as the unofficial slack flatpack to get it working again.
2024-03-03 14:16:55 +01:00
R. Ryantm
d0dd9626dd twitch-tui: 2.6.4 -> 2.6.5 2024-03-03 11:31:45 +00:00
R. Ryantm
06a3e7e772 discord-ptb: 0.0.71 -> 0.0.72 2024-03-02 16:37:37 +00:00
Gliczy
89204b76d5 signal-desktop: 6.48.1 -> 7.0.0 2024-02-29 05:29:53 +01:00
R. Ryantm
dd1ee49851 signalbackup-tools: 20240225 -> 20240227-1 2024-02-28 20:53:14 +00:00
Artturi
d4164730d4
Merge pull request #292100 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.282 -> 0.0.285
2024-02-28 20:36:48 +02:00
Nick Cao
a856c7eabb
Merge pull request #292056 from teutat3s/element-desktop-1.11.59
element-desktop: 1.11.58 -> 1.11.59
2024-02-28 11:13:33 -05:00
R. Ryantm
8bd97b917c discord-canary: 0.0.282 -> 0.0.285 2024-02-28 14:21:25 +00:00
R. Ryantm
e495cba8dc twitch-tui: 2.6.3 -> 2.6.4 2024-02-28 13:53:38 +00:00
teutat3s
88fbaf2ac5
element-desktop: 1.11.58 -> 1.11.59
https://github.com/element-hq/element-desktop/releases/tag/v1.11.59
2024-02-28 11:55:07 +01:00
éclairevoyant
7b2454d876
Merge pull request #291510 from r-ryantm/auto-update/signal-desktop-beta
signal-desktop-beta: 7.0.0-beta.1 -> 7.0.0-beta.2
2024-02-28 03:32:50 +00:00
Maxine Aubrey
ad67e7b22c
flare-signal: 0.12.0 → 0.13.0
https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.13.0
2024-02-27 22:14:17 +01:00
OTABI Tomoya
1f4f31c435
Merge pull request #291520 from r-ryantm/auto-update/beeper
beeper: 3.96.30 -> 3.97.44
2024-02-27 11:27:25 +09:00
OTABI Tomoya
a098d51d49
Merge pull request #291394 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20240221 -> 20240225
2024-02-27 11:11:45 +09:00
R. Ryantm
8581fd571f zoom-us: 5.17.5.2543 -> 5.17.10.3512 2024-02-26 09:52:01 +00:00
R. Ryantm
51c9129bcf quaternion: 0.0.96-beta4 -> 0.0.96.1 2024-02-26 09:20:55 +01:00
R. Ryantm
f5bed20627 beeper: 3.96.30 -> 3.97.44 2024-02-26 07:48:10 +00:00
R. Ryantm
b872d25bf9 signal-desktop-beta: 7.0.0-beta.1 -> 7.0.0-beta.2 2024-02-26 06:34:28 +00:00
aktaboot
466073ebd4 ricochet: remove, outdated 2024-02-26 01:16:53 +01:00
Yannis Koutras
ff78857306
Merge pull request #275836 from Antiarchitect/update-mattermost-desktop
mattermost-desktop 5.5.0 -> 5.6.0
2024-02-25 19:49:52 +01:00
R. Ryantm
4d3605998f signalbackup-tools: 20240221 -> 20240225 2024-02-25 17:36:41 +00:00
R. Ryantm
730f3c482e discord-canary: 0.0.278 -> 0.0.282 2024-02-25 10:38:16 +00:00
Artturi
7794d8a785
Merge pull request #291228 from r-ryantm/auto-update/discord-ptb
discord-ptb: 0.0.69 -> 0.0.71
2024-02-25 01:25:40 +02:00
Pol Dellaiera
9a9dae8f63
Merge pull request #291242 from r-ryantm/auto-update/signal-desktop
signal-desktop: 6.48.0 -> 6.48.1
2024-02-25 00:06:34 +01:00
Pol Dellaiera
4cfa8f33e6
Merge pull request #289689 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20240220 -> 20240221
2024-02-25 00:00:40 +01:00
R. Ryantm
68b55a5096 signal-desktop: 6.48.0 -> 6.48.1 2024-02-24 21:56:43 +00:00
R. Ryantm
e5973f6d49 discord-ptb: 0.0.69 -> 0.0.71 2024-02-24 20:44:13 +00:00
Pol Dellaiera
46e437e326
Merge pull request #290260 from r-ryantm/auto-update/signal-desktop-beta
signal-desktop-beta: 6.48.0-beta.1 -> 7.0.0-beta.1
2024-02-23 23:06:23 +01:00
R. Ryantm
47a5d2d0b5 pidgin: 2.14.12 -> 2.14.13 2024-02-23 16:04:06 +00:00
Artturi
0c96aefba6
Merge pull request #289494 from r-ryantm/auto-update/discord-ptb
discord-ptb: 0.0.67 -> 0.0.69
2024-02-22 17:43:59 +02:00
Pol Dellaiera
0b3c2c5daa
Merge pull request #290317 from r-ryantm/auto-update/signal-desktop
signal-desktop: 6.47.1 -> 6.48.0
2024-02-22 11:17:19 +01:00
R. Ryantm
d4b69dac58 signalbackup-tools: 20240220 -> 20240221 2024-02-21 20:31:45 +00:00
Malo Bourgon
beb585a806 signalbackup-tools: 20240219-1 -> 20240220
Diff: https://github.com/bepaald/signalbackup-tools/compare/20240219-1...20240220
2024-02-20 18:25:14 -08:00
Nick Cao
0e74ca98a7
Merge pull request #290013 from teutat3s/element-desktop-1.11.58
element-desktop: 1.11.57 -> 1.11.58
2024-02-20 19:31:30 -05:00
R. Ryantm
36b4f14d6d signal-desktop: 6.47.1 -> 6.48.0 2024-02-21 00:12:17 +00:00
R. Ryantm
70fe02c3e3 signal-desktop-beta: 6.48.0-beta.1 -> 7.0.0-beta.1 2024-02-20 20:02:46 +00:00
R. Ryantm
6a5ff7be43 rocketchat-desktop: 3.9.11 -> 3.9.14 2024-02-20 16:08:35 +00:00
kirillrdy
c0fccae299
Merge pull request #290118 from dschrempf/teams-for-linux-bugfix-release
teams-for-linux: 1.4.11 -> 1.4.12
2024-02-20 18:44:49 +11:00
Pol Dellaiera
e102d7a875
Merge pull request #287485 from teutat3s/signal-desktop-6.47.0
signal-desktop: 6.46.0 -> 6.47.1, signal-desktop (aarch64): 6.44.0 -> 6.46.0
2024-02-20 08:19:20 +01:00
Dominik Schrempf
4099c7fbc7
teams-for-linux: 1.4.11 -> 1.4.12
this is a bugfix release fixing screen sharing issues on X11
see also PR #288823
2024-02-20 06:46:42 +01:00
teutat3s
6048de4335
element-desktop: 1.11.57 -> 1.11.58
https://github.com/element-hq/element-desktop/releases/tag/v1.11.58
2024-02-19 20:24:03 +01:00
Malo Bourgon
446eee10c2 signalbackup-tools: 20240210-1 -> 20240219-1
Diff: https://github.com/bepaald/signalbackup-tools/compare/20240210-1...20240219-1
2024-02-19 11:19:07 -08:00
teutat3s
d486a0c962
signal-desktop: 6.46.0 -> 6.47.1 2024-02-19 20:10:30 +01:00
R. Ryantm
1c3ef24eaa beeper: 3.95.26 -> 3.96.30 2024-02-18 16:21:17 +00:00
Maciej Krüger
f0871558ad
Merge pull request #289534 from FlafyDev/feat/flutter-3-19-0
flutter: 3.16.7 -> 3.19.0
2024-02-17 16:46:31 +01:00
FlafyDev
da5ca3e68c fluffychat: lock to flutter 3.16 2024-02-17 15:34:33 +02:00
R. Ryantm
982f791d34 discord-ptb: 0.0.67 -> 0.0.69 2024-02-17 08:49:42 +00:00
Artturi
0212d85a25
Merge pull request #288855 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.277 -> 0.0.278
2024-02-17 05:11:51 +02:00
Nick Cao
08fd1d1e55
Merge pull request #289213 from LostAttractor/qqbump
qq: 3.2.5-21159 -> 3.2.5-21453
2024-02-16 10:08:39 -05:00
Nick Cao
7542ed54b5
Merge pull request #289003 from r-ryantm/auto-update/beeper
beeper: 3.95.22 -> 3.95.26
2024-02-16 09:56:32 -05:00
ChaosAttractor
ce77ed0b59
qq: 3.2.5-21159 -> 3.2.5-21453 2024-02-16 12:32:46 +08:00
Pol Dellaiera
4225d178a0
Merge pull request #288823 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.10 -> 1.4.11
2024-02-15 23:41:26 +01:00
R. Ryantm
cfb5e376fb beeper: 3.95.22 -> 3.95.26 2024-02-15 10:01:33 +00:00
Nick Cao
513634c668
Merge pull request #288034 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20240205 -> 20240210-1
2024-02-14 19:23:17 -05:00
R. Ryantm
7922c8d180 discord-canary: 0.0.277 -> 0.0.278 2024-02-14 19:40:38 +00:00
Charlotte Van Petegem
bd1e999752
teams-for-linux: 1.4.10 -> 1.4.11
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.11
2024-02-14 18:06:10 +01:00
Franz Pletz
a4e05efc91
Merge pull request #288634 from Artturin/discordupd7
discord: 0.0.42 -> 0.0.43
2024-02-14 10:00:00 +01:00
Peder Bergebakken Sundt
9858b3962a
Merge pull request #287892 from pbsds/fix-unsupported-system
treewide: add attempted system to "Unsupported system" throws
2024-02-13 19:38:58 +01:00
Artturin
31075dd0cf pkgsCross.aarch64-darwin.discord-development: 0.0.27 -> 0.0.30 2024-02-13 12:55:15 +00:00
Artturin
f0c8a60f1b pkgsCross.aarch64-darwin.discord-canary: 0.0.401 -> 0.0.416 2024-02-13 12:54:47 +00:00
Artturin
d35ba47687 pkgsCross.aarch64-darwin.discord-ptb: 0.0.96 -> 0.0.97 2024-02-13 12:54:19 +00:00
Artturin
366fec3e8f pkgsCross.aarch64-darwin.discord: 0.0.292 -> 0.0.294 2024-02-13 12:53:53 +00:00
Artturin
d2cb63487c discord-canary: 0.0.267 -> 0.0.277 2024-02-13 12:53:16 +00:00
Artturin
db424420d1 discord: 0.0.42 -> 0.0.43 2024-02-13 12:52:54 +00:00
Robert Schütz
51a7fd4330 flare-signal: 0.11.2 -> 0.12.0
Diff: https://gitlab.com/schmiddi-on-mobile/flare/-/compare/0.11.2...0.12.0

Changelog: https://gitlab.com/schmiddi-on-mobile/flare/-/blob/0.12.0/CHANGELOG.md
2024-02-12 12:02:02 -08:00
Yorick
31a517f4d4
Merge pull request #275071 from KiaraGrouwstra/signal-cli-0.12.7
signal-cli: 0.12.2 -> 0.12.8
2024-02-12 20:41:45 +01:00
Artturi
3560d1c826
Merge pull request #287624 from r-ryantm/auto-update/discord-ptb
discord-ptb: 0.0.66 -> 0.0.67
2024-02-12 19:14:54 +02:00
R. Ryantm
3ded64d1d0 beeper: 3.94.20 -> 3.95.22 2024-02-11 22:39:35 +00:00
R. Ryantm
961e0930c3 signalbackup-tools: 20240205 -> 20240210-1 2024-02-11 13:21:15 +00:00
Peder Bergebakken Sundt
68dd75315c treewide: add system to "Unsupported system" throws 2024-02-11 00:03:49 +01:00
Nick Cao
00877cb59a
telegram-desktop: 4.14.13 -> 4.14.15
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.14.13...v4.14.15

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.15
2024-02-10 13:33:11 -05:00
R. Ryantm
fad1dfd7b2 alfaview: 9.8.1 -> 9.8.2 2024-02-10 05:52:51 +00:00
R. Ryantm
af4faca291 discord-ptb: 0.0.66 -> 0.0.67 2024-02-10 01:10:16 +00:00
h7x4
e0004880a4
Merge pull request #287067 from r-ryantm/auto-update/webcord-vencord
webcord-vencord: 4.7.0 -> 4.7.1
2024-02-09 22:24:18 +01:00
Kiara Grouwstra
2b07edce45 signal-cli: 0.12.2 -> 0.12.8 2024-02-09 22:16:11 +01:00
maxine
76a72d2172
Merge pull request #286982 from r-ryantm/auto-update/baresip
baresip: 3.8.1 -> 3.9.0
2024-02-09 22:08:38 +01:00
maxine
c903dd191b
Merge pull request #286970 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20240115-3 -> 20240205
2024-02-09 22:08:21 +01:00
maxine
eb23d19b46
Merge pull request #287082 from r-ryantm/auto-update/slack
slack: 4.36.138 -> 4.36.140
2024-02-09 21:55:53 +01:00
teutat3s
47dc12e62f
signal-desktop (aarch64): 6.44.0 -> 6.46.0 2024-02-09 14:15:21 +01:00
Emery Hemingway
fa9ba5ade9 baresip: move to pkgs/by-name 2024-02-09 11:22:23 +00:00
Artturi
8bab381a52
Merge pull request #287064 from r-ryantm/auto-update/discord-development
discord-development: 0.0.11 -> 0.0.13
2024-02-08 21:23:38 +02:00
Mario Rodas
2b86e7c280
Merge pull request #287131 from r-ryantm/auto-update/psi-plus
psi-plus: 1.5.1650 -> 1.5.1653
2024-02-08 06:27:27 -05:00
Jörg Thalheim
99a5d85957
Merge pull request #287181 from r-ryantm/auto-update/signal-desktop-beta
signal-desktop-beta: 6.47.0-beta.1 -> 6.48.0-beta.1
2024-02-08 10:43:12 +01:00
Jörg Thalheim
24011abbf2
Merge pull request #285962 from r-ryantm/auto-update/signal-desktop
signal-desktop: 6.45.1 -> 6.46.0
2024-02-08 10:42:58 +01:00
WilliButz
da2f73c91f
Merge pull request #286971 from Ma27/drop-signald-maintainership
signald: drop myself (ma27) as maintainer
2024-02-08 10:36:30 +01:00
R. Ryantm
8ed5894fd4 signal-desktop-beta: 6.47.0-beta.1 -> 6.48.0-beta.1 2024-02-08 07:32:54 +00:00
R. Ryantm
ab23589838 psi-plus: 1.5.1650 -> 1.5.1653 2024-02-08 04:54:11 +00:00
R. Ryantm
d6e365ed75 slack: 4.36.138 -> 4.36.140 2024-02-07 22:50:09 +00:00
R. Ryantm
4ea1f95de5 webcord-vencord: 4.7.0 -> 4.7.1 2024-02-07 21:17:52 +00:00
R. Ryantm
6d438fb82d discord-development: 0.0.11 -> 0.0.13 2024-02-07 20:56:48 +00:00
Maximilian Bosch
f010f39edd
signald: drop myself (ma27) as maintainer
I only took care of that package because it was essential to operate a
bridge from Matrix to Signal (mautrix-signal). Now that the package uses
libsignal-ffi, this isn't necessary anymore and thus I have no use-case
and no test environment anymore.

I'm still happy to answer questions if possible though, but this doesn't
warrant a maintainer status.
2024-02-07 12:29:50 +01:00
R. Ryantm
db9640d62b signalbackup-tools: 20240115-3 -> 20240205 2024-02-07 11:24:19 +00:00
Nick Cao
7044eb382f
Merge pull request #285603 from NickCao/telegram-desktop
telegram-desktop: 4.14.9 -> 4.14.12
2024-02-06 14:13:56 -05:00
R. Ryantm
07eed76785 twitch-tui: 2.6.2 -> 2.6.3 2024-02-06 06:09:03 +00:00
Nick Cao
c3ada6df12
telegram-desktop: fix build on darwin 2024-02-05 11:55:33 -05:00
Nick Cao
9201ae7e8b
telegram-desktop: 4.14.12 -> 4.14.13
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.14.12...v4.14.13

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.13
2024-02-05 09:59:18 -05:00
R. Ryantm
aeabc2cbb4 beeper: 3.93.36 -> 3.94.20 2024-02-05 15:13:38 +01:00
Weijia Wang
9f49140773
Merge pull request #281834 from Airradda/discord-tts
discord: enable text-to-speech by default
2024-02-05 00:27:55 +01:00
Lily Foster
0136f359ef
Merge pull request #285235 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.6 -> 1.4.10
2024-02-04 16:01:04 -05:00
Weijia Wang
db4f268104
Merge pull request #283659 from r-ryantm/auto-update/zoom-us
zoom-us: 5.17.1.1840 -> 5.17.5.2543
2024-02-04 21:35:03 +01:00
Charlotte Van Petegem
a8d73bf2b9
teams-for-linux: 1.4.6 -> 1.4.10
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.7
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.8
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.9
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.10
2024-02-04 15:32:55 +01:00
R. Ryantm
1b874d363f discord-canary: 0.0.265 -> 0.0.267 2024-02-03 21:12:34 +00:00
Andrey Voronkov
6cb1c2d5ac Use same major version of electron which mattermost-desktop uses itself; find electron binary via lib.getExe 2024-02-03 15:31:21 +03:00
R. Ryantm
52355ccd6c signal-desktop: 6.45.1 -> 6.46.0 2024-02-03 06:12:40 +00:00
éclairevoyant
37578b19ad
jami: fix wrapper for non-gnome environments 2024-02-02 17:48:57 -05:00
R. Ryantm
9ce2748b39 signal-desktop-beta: 6.44.0-beta.1 -> 6.47.0-beta.1 2024-02-02 01:59:46 +00:00
Pol Dellaiera
13fc7ec269
Merge pull request #284669 from kenos1/update-armcord
armcord: 3.2.5 -> 3.2.6
2024-02-01 19:35:21 +01:00
Nick Cao
ab4990844c
telegram-desktop: 4.14.9 -> 4.14.12
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.14.9...v4.14.12

Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.12
2024-02-01 12:42:50 -05:00
Yaya
bc916a4dff
element-{web,desktop}: 1.11.55 -> 1.11.57 (#285548)
https://github.com/element-hq/element-web/releases/tag/v1.11.57
https://github.com/element-hq/element-desktop/releases/tag/v1.11.57
2024-02-01 17:10:57 +01:00
Artturi
730ac9dc54
Merge pull request #285379 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.257 -> 0.0.265
2024-02-01 15:23:14 +02:00
R. Ryantm
0a6443c7ec discord-canary: 0.0.257 -> 0.0.265 2024-01-31 22:07:42 +00:00
h7x4
ff8f5e0690
Merge pull request #284767 from r-ryantm/auto-update/beeper
beeper: 3.92.23 -> 3.93.36
2024-01-31 08:19:53 +01:00
h7x4
120f1970c3
Merge pull request #285178 from r-ryantm/auto-update/rambox
rambox: 2.2.3 -> 2.3.0
2024-01-31 08:01:13 +01:00
R. Ryantm
9c5f3ba92f rambox: 2.2.3 -> 2.3.0 2024-01-31 04:13:42 +00:00
Artturi
4ab3410a72
Merge pull request #285012 from r-ryantm/auto-update/discord
discord: 0.0.41 -> 0.0.42
2024-01-30 21:41:51 +02:00
R. Ryantm
efbce80a36 discord: 0.0.41 -> 0.0.42 2024-01-30 14:38:37 +00:00
h7x4
fc233761e4
Merge pull request #284059 from teutat3s/signal-desktop-6.45.1
signal-desktop: 6.44.0 -> 6.45.1, signal-desktop (aarch64): 6.42.0 -> 6.44.0
2024-01-30 14:18:45 +01:00
Robert Schütz
ae4e6de5b3 chatty: 0.8.0 -> 0.8.1
Changelog: https://gitlab.gnome.org/World/Chatty/-/blob/v0.8.1/NEWS
2024-01-30 22:24:15 +11:00
Winston R. Milling
45e6764d05
armcord: makeWrapper -> makeBinaryWrapper 2024-01-29 10:39:15 -06:00
Nick Cao
8f6d58e773
Merge pull request #284716 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.5 -> 1.4.6
2024-01-29 09:34:05 -05:00
Lassulus
463c64d23f
Merge pull request #280398 from TomaSajt/jitsi-meet-electron
jitsi-meet-electron: 2022.10.1 -> 2023.11.3, build from source
2024-01-29 21:29:02 +07:00
R. Ryantm
e8b9bc3fa6 beeper: 3.92.23 -> 3.93.36 2024-01-29 12:57:00 +00:00
Charlotte Van Petegem
a9fbf4d8a0
teams-for-linux: 1.4.5 -> 1.4.6
https://github.com/IsmaelMartinez/teams-for-linux/releases/tag/v1.4.6
2024-01-29 09:27:11 +01:00
Kenos
05be11b82b armcord: 3.2.5 -> 3.2.6
https://github.com/ArmCord/ArmCord/releases/tag/v3.2.6
2024-01-29 08:38:50 +01:00
Artturi
30ec6c1a3c
Merge pull request #284314 from Artturin/discordupd6
discord updates
2024-01-29 08:57:34 +02:00
R. Ryantm
6b9bfa23b8 webcord: 4.6.1 -> 4.7.0 2024-01-28 16:34:50 +01:00
Edmund Miller
04e57f0be3
beeper: add edmundmiller to maintainers 2024-01-27 13:53:58 -06:00
Artturin
0c427ff7c5 discord-development: 0.0.18 -> 0.0.27 2024-01-27 20:45:25 +02:00
Artturin
cf5f65c931 discord-canary: 0.0.394 -> 0.0.401 2024-01-27 20:45:22 +02:00
Artturin
2c1db09e97 discord-ptb: 0.0.94 -> 0.0.96 2024-01-27 20:45:19 +02:00
Artturin
a1bd958504 discord: 0.0.291 -> 0.0.292 2024-01-27 20:45:13 +02:00
Artturin
8526128f43 discord-development: 0.0.8 -> 0.0.11 2024-01-27 18:42:30 +00:00
Artturin
a8e00a43b4 discord-canary: 0.0.248 -> 0.0.257 2024-01-27 18:39:12 +00:00
Artturin
5a4b405809 discord-ptb: 0.0.64 -> 0.0.66 2024-01-27 18:38:51 +00:00
Artturin
7e7d3b9a9d discord: 0.0.40 -> 0.0.41 2024-01-27 18:38:25 +00:00
Nick Cao
3fb3707af8
Merge pull request #283898 from andersk/zulip
zulip: 5.10.4 → 5.10.5
2024-01-27 10:49:50 -05:00
Nikolay Korotkiy
10b6be5442
Merge pull request #284230 from r-ryantm/auto-update/qq
qq: 3.2.5-20979 -> 3.2.5-21159
2024-01-27 18:18:31 +04:00
R. Ryantm
4b12819aae qq: 3.2.5-20979 -> 3.2.5-21159 2024-01-27 12:00:53 +00:00
kirillrdy
58c189c2a4
Merge pull request #283450 from chvp/upd/teams-for-linux
teams-for-linux: 1.4.4 -> 1.4.5
2024-01-27 20:51:33 +09:00
teutat3s
21924e31bb
signal-desktop (aarch64): 6.42.0 -> 6.44.0 2024-01-26 17:59:41 +01:00
teutat3s
ec83597c63
signal-desktop: 6.44.0 -> 6.45.1
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.44.1
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.45.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v6.45.1
2024-01-26 17:58:55 +01:00
Andrey Voronkov
d1c8a07d3f mattermost-desktop 5.5.0 -> 5.6.0
Signed-off-by: Andrey Voronkov <andrey.voronkov@sbermarket.ru>
2024-01-26 06:56:48 +03:00
Anders Kaseorg
b09878091d zulip: 5.10.4 → 5.10.5
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-01-25 17:43:32 -08:00