diff options
| author | Vladimír Čunát <v@cunat.cz> | 2023-05-02 16:53:19 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-05-03 10:36:23 +0000 |
| commit | 4efe7c4ca4cb21c6c45d66dcadd55ed89a3be108 (patch) | |
| tree | e98f84fba5203917e2d95e7bf8d64d99c0913a37 | |
| parent | thunderbird-bin-unwrapped: 102.10.0 -> 102.10.1 (diff) | |
| download | nixpkgs-origin/backport-229490-to-release-22.11.tar.gz | |
thunderbird-unwrapped: 102.10.0 -> 102.10.1origin/backport-229490-to-release-22.11
https://www.thunderbird.net/en-US/thunderbird/102.10.1/releasenotes/
(cherry picked from commit d379e19ded963c1af7c6249b06a4163d8b3ef94c)
| -rw-r--r-- | pkgs/applications/networking/mailreaders/thunderbird/packages.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index 8ce49b7f8b8d..9fa090d332b7 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -5,13 +5,13 @@ rec { thunderbird-102 = (buildMozillaMach rec { pname = "thunderbird"; - version = "102.10.0"; + version = "102.10.1"; application = "comm/mail"; applicationName = "Mozilla Thunderbird"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "08d7908cbef48cffac2fbab857f8aceb9a7abd7c72d5e9c9dae8d3a3871846b6f0cf562c5b646ad27a0d79ac04b8605b123c5e1929f92afee4501344d1fbc5cf"; + sha512 = "dfe62f0d8b7750e54793e32e78fb0784c7c8e39b95dc4c03ac393e51195ec8883edc2536afc2cf2011005312a40805f7dc617c90bfb4a77d22393f1d9b719b23"; }; extraPatches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. |
