taku0
|
b6a84c133b
|
thunderbird-bin: 91.1.1 -> 91.1.2
|
2021-09-28 09:12:35 +09:00 |
|
taku0
|
4a978be0f1
|
thunderbird-bin: 91.1.0 -> 91.1.1
|
2021-09-17 09:12:47 +09:00 |
|
Vladimír Čunát
|
79f637da44
|
Merge #137226: thunderbird-78: 78.13.0 -> 78.14.0
|
2021-09-12 10:46:26 +02:00 |
|
Niklas Hambüchen
|
c57b83df00
|
thunderbird-bin: Add update instructions comment
|
2021-09-11 19:27:34 +02:00 |
|
taku0
|
706f6c57be
|
thunderbird-bin: 91.0.3 -> 91.1.0
|
2021-09-08 03:12:26 +09:00 |
|
taku0
|
a5c3bc274b
|
thunderbird-bin: 91.0.2 -> 91.0.3
|
2021-08-26 20:28:52 +09:00 |
|
taku0
|
6b100d2379
|
thunderbird-bin: 91.0.1 -> 91.0.2
|
2021-08-21 15:57:44 +09:00 |
|
taku0
|
1110fa909d
|
thunderbird-bin: 91.0 -> 91.0.1
|
2021-08-18 20:20:48 +09:00 |
|
taku0
|
0fbf6afa4d
|
thunderbird-bin: 78.13.0 -> 91.0
|
2021-08-13 14:57:57 +09:00 |
|
taku0
|
676a38befc
|
thunderbird-bin: 78.12.0 -> 78.13.0
|
2021-08-11 13:56:41 +09:00 |
|
taku0
|
df5e0bb678
|
thunderbird-bin: fix parameter of updateScript
|
2021-08-11 13:55:53 +09:00 |
|
Felix Buehler
|
1d31fb66de
|
thunderbird-bin: remove phases
|
2021-08-03 00:05:24 +02:00 |
|
taku0
|
9cff3c556f
|
thunderbird-bin: 78.11.0 -> 78.12.0
|
2021-07-14 03:12:24 +09:00 |
|
Guillaume Maudoux
|
6f85ca4366
|
thunderbird: improve integration by depending on xdg-utils
|
2021-07-10 15:49:39 +02:00 |
|
AndersonTorres
|
e9e5f5f84d
|
Change all alsaLib references to alsa-lib
|
2021-06-10 01:12:49 -03:00 |
|
taku0
|
79f71ef9aa
|
thunderbird-bin: 78.10.2 -> 78.11.0
|
2021-06-03 10:46:54 +09: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 |
|