Nick Cao
ffcbf3328e
telegram-desktop: 5.6.2 -> 5.6.3
...
Diff: f2e0e481de
...v5.6.3
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.6.3
2024-10-15 18:52:12 -04:00
K900
764d8eaa80
telegram-desktop: 5.6.1-unstable-2024-10-12 -> 5.6.2
...
Diff: f2e0e481de
...v5.6.2
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.6.2
2024-10-15 09:55:57 +03:00
K900
5f1e3fa49d
telegram-desktop: 5.6.1 -> 5.6.1-unstable to fix build with Qt 6.8
2024-10-12 19:34:49 +03:00
github-actions[bot]
b1bc4ea2b5
Merge master into staging-next
2024-10-09 00:14:24 +00:00
Nick Cao
11a3269c6a
telegram-desktop: 5.6.0 -> 5.6.1
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.6.0...v5.6.1
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.6.1
2024-10-07 09:02:32 -04:00
Nick Cao
dc9c7aed22
telegram-desktop: 5.5.5 -> 5.6.0
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.5.5...v5.6.0
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.6.0
2024-10-07 09:02:31 -04:00
github-actions[bot]
653bcc0ea9
Merge master into staging-next
2024-10-05 18:04:03 +00:00
Ilya Fedin
62682dbe9b
kotatogram-desktop: 0-unstable-2024-09-01 -> 0-unstable-2024-09-27
2024-10-02 08:20:44 +04:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
c6e4482b21
Merge staging-next into staging
2024-09-18 12:06:10 +00:00
R. Ryantm
8a25127869
telegram-desktop: 5.5.2 -> 5.5.5
2024-09-18 08:40:24 +02:00
Emily
d101d2785b
Fixes for FFmpeg 7, round 1 ( #340640 )
2024-09-16 17:56:23 +01:00
Emily
b1a93bb5c4
{telegram-desktop,kotatogram-desktop}.tg_owt: add patch for FFmpeg 7
...
These are forks of WebRTC, so include the same upstream patch we use
for FFmpeg 7 support in Qt 5’s WebEngine.
I didn’t bother deduplicating it across these two copy‐pasted
expressions since the original authors didn’t either.
2024-09-10 15:14:58 +01:00
Nick Cao
28108159e3
telegram-desktop: 5.5.1 -> 5.5.2
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.5.1...v5.5.2
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.5.2
2024-09-10 08:34:27 +02:00
Azat Bahawi
6ecb754c32
kotatogram-desktop: 0-unstable-2024-07-01 -> 0-unstable-2024-09-01 ( #338821 )
2024-09-07 10:20:19 +00:00
Nick Cao
f8cc3b2385
telegram-desktop: 5.5.0 -> 5.5.1
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.5.0...v5.5.1
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.5.1
2024-09-06 16:38:54 -04:00
Nick Cao
a9c24b5631
telegram-desktop: 5.4.1 -> 5.5.0
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.4.1...v5.5.0
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.5.0
2024-09-06 16:33:40 -04:00
Ilya Fedin
89967da195
kotatogram-desktop: 0-unstable-2024-07-01 -> 0-unstable-2024-09-01
2024-09-01 17:58:24 +04:00
Nick Cao
fd5f2f5eb2
telegram-desktop: 5.4.0 -> 5.4.1
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.4.0...v5.4.1
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.4.1
2024-08-17 15:39:01 -04:00
Nick Cao
05f5d395cb
telegram-desktop: 5.3.2 -> 5.4.0
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.3.2...v5.4.0
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.4.0
2024-08-17 15:38:22 -04:00
Nick Cao
94bd59582d
telegram-desktop.tg_owt: 0-unstable-2024-08-02 -> 0-unstable-2024-08-04
...
Diff: c425281150...dc17143230
2024-08-17 15:38:22 -04:00
Nick Cao
9ea6b53e35
telegram-desktop: 5.3.1 -> 5.3.2
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.3.1...v5.3.2
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.3.2
2024-08-02 15:07:26 -04:00
Nick Cao
e6a2e5b212
telegram-desktop: 5.3.0 -> 5.3.1
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.3.0...v5.3.1
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.3.1
2024-08-02 15:06:55 -04:00
Nick Cao
2e7bcd82f2
telegram-desktop: 5.2.3 -> 5.3.0
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.2.3...v5.3.0
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.3.0
2024-08-02 15:06:55 -04:00
Nick Cao
2e0f3715ea
telegram-desktop.tg_owt: 0-unstable-2024-07-30 -> 0-unstable-2024-08-02
...
Diff: e9d103e248...c425281150
2024-08-02 15:06:54 -04:00
Nick Cao
338371a8dc
telegram-desktop.tg_owt: 0-unstable-2024-06-15 -> 0-unstable-2024-07-30
...
Diff: c9cc4390ab...e9d103e248
2024-08-02 15:06:54 -04:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
R. Ryantm
ef593c9e1f
telegram-desktop: 5.2.2 -> 5.2.3
2024-07-20 15:41:26 +00:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
Nick Cao
f037c473af
telegram-desktop: use finalAttrs pattern to simplify packaging tdesktop forks
2024-07-04 14:19:58 -04:00
Nick Cao
74375870f5
telegram-desktop: update patch for disabling url scheme registration
2024-07-02 20:37:40 -04:00
Nick Cao
6127eef2f4
telegram-desktop: depends on LocalAuthentication on darwin platforms
2024-07-02 16:56:27 -04:00
Nick Cao
54c2f43281
telegram-desktop: 5.2.1 -> 5.2.2
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.2.1...v5.2.2
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.2.2
2024-07-02 16:55:08 -04:00
Nick Cao
8ee2882be6
telegram-desktop: 5.2.0 -> 5.2.1
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.2.0...v5.2.1
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.2.1
2024-07-02 16:55:08 -04:00
Nick Cao
cbfb356db9
telegram-desktop: 5.1.8 -> 5.2.0
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.1.8...v5.2.0
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.2.0
2024-07-02 16:55:07 -04:00
Ilya Fedin
96bd7df232
kotatogram-desktop{,-with-webkit}: 1.4.9 -> 0-unstable-2024-07-01
...
Upstream doesn't have enough manpower to do even beta quality releases. Builds from random commits might be more usable for people relying on new Telegram features, at the price of not having various Kotatogram-specific features and having various bugs.
2024-07-01 21:57:30 +04:00
Marcus Ramberg
54d99d5797
Merge pull request #323569 from Kamillaova/unbreak/kotatogram-desktop
...
kotatogram-desktop: unbreak on aarch64-darwin
2024-06-30 20:07:12 +02:00
Kamilla Ova
7f433eb12c
kotatogram-desktop: unbreak on aarch64-darwin
2024-06-30 14:27:56 +03:00
R. Ryantm
04af4166e4
telegram-desktop: 5.1.7 -> 5.1.8
2024-06-23 08:37:14 +00:00
Nick Cao
b9a1284715
Merge pull request #320190 from oxalica/fix/telegram-glitch
...
telegram-desktop.tg_owt: 0-unstable-2023-12-21 -> 0-unstable-2024-06-15
2024-06-17 16:18:04 -04:00
oxalica
0dfa1472d8
telegram-desktop.tg_owt: 0-unstable-2023-12-21 -> 0-unstable-2024-06-15
...
Diff: afd9d5d317...c9cc4390ab
2024-06-16 01:09:45 -04:00
ali afsharzadeh
c579a470ca
telegram-desktop: 5.1.5 -> 5.1.7
2024-06-14 20:57:10 +03:30
R. Ryantm
bebf27e522
telegram-desktop: 5.1.2 -> 5.1.5
2024-06-07 11:05:25 +00:00
Nick Cao
da374b5629
telegram-desktop: 5.1.1 -> 5.1.2
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.1.1...v5.1.2
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.1.2
2024-06-03 19:53:02 -04:00
Nick Cao
e88cab11f0
telegram-desktop: 5.1.0 -> 5.1.1
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.1.0...v5.1.1
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.1.1
2024-06-03 19:52:25 -04:00
Nick Cao
8576c5d1f8
telegram-desktop: 5.0.6 -> 5.1.0
...
Diff: https://github.com/telegramdesktop/tdesktop/compare/v5.0.6...v5.1.0
Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v5.1.0
2024-06-03 19:52:25 -04:00
R. Ryantm
46fff1439b
telegram-desktop: 5.0.2 -> 5.0.6
2024-05-31 03:43:32 +00:00
Nick Cao
834946b941
telegram-desktop: add missing glib-networking dependency
2024-05-27 10:38:06 -04:00
R. Ryantm
5b47599905
telegram-desktop: 5.0.1 -> 5.0.2
2024-05-25 03:17:40 +00:00