taku0
|
6d18bf0042
|
thunderbird-bin: 91.1.2 -> 91.2.1
|
2021-10-31 15:27:13 +09:00 |
|
taku0
|
7349374c44
|
thunderbird-bin: 91.1.1 -> 91.1.2
|
2021-10-31 15:27:09 +09:00 |
|
taku0
|
22fb3ec5a0
|
thunderbird-bin: 91.1.0 -> 91.1.1
|
2021-09-23 12:34:53 +09:00 |
|
Shamrock Lee
|
8abb3e29d4
|
[21.05] thunderbird-bin: 91.0.3 -> 91.1.0
Backport from #137175
Use release-source.nix changed in commit
706f6c57be606a5676ea3e5193e671d36182c47a
High-security fixes
|
2021-09-11 00:44:50 +08:00 |
|
taku0
|
9e62fc08b4
|
thunderbird-bin: 91.0.2 -> 91.0.3
|
2021-08-29 13:31:07 +09:00 |
|
taku0
|
578dab9abc
|
thunderbird-bin: 91.0.1 -> 91.0.2
|
2021-08-29 13:31:06 +09:00 |
|
taku0
|
218c0c1f10
|
thunderbird-bin: 91.0 -> 91.0.1
|
2021-08-29 13:31:06 +09:00 |
|
taku0
|
46698ec293
|
thunderbird-bin: 78.13.0 -> 91.0
(cherry picked from commit 0fbf6afa4d8ddec6f637a3f0f363f7c3ef3b4c12)
|
2021-08-29 13:28:35 +09:00 |
|
taku0
|
df5b7b3312
|
thunderbird-bin: 78.12.0 -> 78.13.0
(cherry picked from commit 676a38befc0d9162a8c9c35c3bd2372b89cf5678)
|
2021-08-12 06:40:08 +00:00 |
|
taku0
|
9d123427c9
|
thunderbird-bin: fix parameter of updateScript
(cherry picked from commit df5e0bb678875e1b10f2e2e59399630b2db2dc89)
|
2021-08-12 06:40:08 +00:00 |
|
taku0
|
42d458e74b
|
thunderbird-bin: 78.11.0 -> 78.12.0
(cherry picked from commit 9cff3c556f06c8c71d585230623d0b0071774e95)
|
2021-07-14 19:34:47 +00:00 |
|
taku0
|
a593d12cec
|
thunderbird-bin: 78.10.2 -> 78.11.0
(cherry picked from commit 79f71ef9aab48926e8cd0708afa45b0d611808f0)
|
2021-06-04 07:31:00 +00:00 |
|
taku0
|
edda243611
|
thunderbird-bin: 78.10.1 -> 78.10.2
|
2021-05-18 03:12:20 +09:00 |
|
ajs124
|
829b324e6d
|
thunderbird-bin-68: drop
|
2021-05-15 17:59:40 +02:00 |
|
Jan Tojnar
|
468cb5980b
|
gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
|
2021-05-08 09:47:42 +02:00 |
|
taku0
|
361f0ffe00
|
thunderbird-bin: 78.10.0 -> 78.10.1
|
2021-05-05 03:12:28 +09:00 |
|
taku0
|
638a6b012c
|
thunderbird-bin: 78.9.1 -> 78.10.0
|
2021-04-19 22:23:33 +09:00 |
|
taku0
|
987be6284b
|
thunderbird-bin: 78.9.0 -> 78.9.1
|
2021-04-09 03:12:28 +09:00 |
|
Sandro Jäckel
|
dcb501f993
|
kerberos: deprecate alias
|
2021-04-04 03:18:56 +02:00 |
|
taku0
|
6a5bbc1c3c
|
thunderbird-bin: 78.8.1 -> 78.9.0
|
2021-03-25 03:12:17 +09:00 |
|
taku0
|
8165266322
|
thunderbird-bin: 78.8.0 -> 78.8.1
|
2021-03-09 03:12:17 +09:00 |
|
taku0
|
e70261f09d
|
thunderbird-bin: 78.7.1 -> 78.8.0
|
2021-02-24 03:12:15 +09:00 |
|
Vladimír Čunát
|
65408dae4e
|
Merge #111293: thunderbird-bin: switch to pname + version
|
2021-02-20 20:10:20 +01:00 |
|
taku0
|
a82b556a59
|
thunderbird-bin: 78.7.0 -> 78.7.1
|
2021-02-06 03:12:18 +09:00 |
|
taku0
|
f27ed66a5c
|
thunderbird-bin: change from name to pname + version
|
2021-01-30 20:20:20 +09:00 |
|
taku0
|
52dd1dae7a
|
thunderbird-bin: 78.6.1 -> 78.7.0
|
2021-01-27 03:12:16 +09:00 |
|
Ben Siraphob
|
108bdac3d9
|
pkgs/applications: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07:00 |
|
taku0
|
8ede48bb19
|
thunderbird-bin: 78.6.0 -> 78.6.1
|
2021-01-12 03:12:32 +09: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 |
|
Niklas Hambüchen
|
443724873f
|
thunderbird, thunderbird.bin: Refactor: Reorder import lists.
Also `pkgs.lib` -> `lib`.
|
2020-12-22 02:02:47 +01:00 |
|
Niklas Hambüchen
|
e72bd9f089
|
thunderbird-bin: Add gpg/gpgme dependencies. Fixes #98765
|
2020-12-22 01:49:45 +01:00 |
|
taku0
|
aab365acf6
|
thunderbird-bin: 78.5.1 -> 78.6.0
|
2020-12-15 09:12:17 +09:00 |
|
taku0
|
5f11c75517
|
thunderbird-bin: 78.5.0 -> 78.5.1
|
2020-12-02 09:12:46 +09:00 |
|
taku0
|
52f5b947f6
|
thunderbird-bin: 78.4.3 -> 78.5.0
|
2020-11-19 03:12:19 +09:00 |
|
taku0
|
ec5fc9b7a4
|
thunderbird-bin: 78.4.2 -> 78.4.3
|
2020-11-12 03:12:23 +09:00 |
|
taku0
|
d19906002f
|
thunderbird-bin: 78.4.1 -> 78.4.2
|
2020-11-10 09:12:21 +09:00 |
|
taku0
|
33a3ac3169
|
thunderbird-bin: 78.4.0 -> 78.4.1
|
2020-11-07 15:55:59 +09:00 |
|
taku0
|
a1ad05b45c
|
thunderbird-bin: 78.3.2 -> 78.4.0
|
2020-10-22 22:41:21 +09:00 |
|
taku0
|
5e5702649f
|
thunderbird-bin: 78.3.2 -> 78.3.3
|
2020-10-17 15:47:23 +09:00 |
|
Vladimír Čunát
|
230728216a
|
thunderbird*-68: mark as insecure
|
2020-10-11 11:16:27 +02:00 |
|
taku0
|
456106fe2a
|
thunderbird-bin: 78.2.2 -> 78.3.2
|
2020-10-09 19:24:00 +09:00 |
|
taku0
|
0ab3e526c9
|
thunderbird-bin: 78.3.0 -> 78.3.1
|
2020-09-26 19:09:13 +09:00 |
|
taku0
|
7bcff2e042
|
thunderbird-bin: 78.2.2 -> 78.3.0
|
2020-09-24 16:35:48 +09:00 |
|
taku0
|
eff618541e
|
thunderbird-bin: 78.2.1 -> 78.2.2
|
2020-09-12 00:43:44 +09:00 |
|
taku0
|
a6ae28e4bc
|
thunderbird-bin: 78.2.0 -> 78.2.1
|
2020-08-30 16:27:33 +09:00 |
|
taku0
|
812b8e8054
|
thunderbird-bin: 68.11.0 -> 68.12.0
|
2020-08-27 20:01:11 +09:00 |
|
taku0
|
89bf77bf09
|
thunderbird-bin: 78.1.1 -> 78.2.0
|
2020-08-27 19:58:55 +09:00 |
|
taku0
|
1e99541bf0
|
thunderbird-bin: 68.10.0 -> 68.11.0
|
2020-08-07 21:18:41 +09:00 |
|
taku0
|
91da809427
|
thunderbird-bin: 78.1.0 -> 78.1.1
|
2020-08-07 20:08:33 +09:00 |
|
taku0
|
ebcf0679c4
|
thunderbird-bin: 78.0.1 -> 78.1.0
|
2020-07-31 08:27:58 +09:00 |
|