diff options
| author | Vladimír Čunát <v@cunat.cz> | 2022-06-28 21:52:22 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-29 00:17:52 +0000 |
| commit | bfb9d6a729da7e21449eb3c149d1590b05718114 (patch) | |
| tree | dac0749c9218dac42bee62c305c391a07b03e748 | |
| parent | Merge pull request #179370 from mweinelt/21.11/mozilla (diff) | |
| download | nixpkgs-bfb9d6a729da7e21449eb3c149d1590b05718114.tar.gz | |
thunderbird: 91.10.0 -> 91.11.0
https://www.thunderbird.net/en-US/thunderbird/91.11.0/releasenotes/
(cherry picked from commit caeb46375d725c0f286e65a797f709f7b64df0eb)
| -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 9465b8e58492..d7ed243a545a 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -10,12 +10,12 @@ in rec { thunderbird = common rec { pname = "thunderbird"; - version = "91.10.0"; + version = "91.11.0"; application = "comm/mail"; binaryName = pname; src = fetchurl { url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"; - sha512 = "335d47e93d5fce4ff6e1ec0305cdaa86031f28289cc06f30ab3782bae484ad10ac4b9aa70911787627744277715edffd8ec8c3a2008f00b8b90ea02b0d79fcc8"; + sha512 = "26b9242259b71eb14ddadffb34a59d07d515bbbc0cb806eed965a73b001ee81b3b1128d06cfdf3e50d5da4ef97be21d11193be34a582d3c9f27f27d2f97d90d2"; }; patches = [ # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`. |
