summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-01-12 13:35:14 +0100
committerVladimír Čunát <v@cunat.cz>2023-01-12 13:35:14 +0100
commit73195f3ee9312e6b7baac1acab842e4d9e6bffce (patch)
tree355bcbda45513433d9c76357fd068e8427a34ac9
parente69e35d51d6057649861b8dadbb52c7c3475ded9 (diff)
parent164dbc9c0c3a50042e5032d01e7d650cd0c20dd8 (diff)
Merge #210113: thunderbird: 102.6.0 -> 102.6.1
...into release-22.11 https://www.thunderbird.net/en-US/thunderbird/102.6.1/releasenotes/
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/packages.nix4
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 fabf52f8c68f..49985ac7bdb2 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.6.0";
+ version = "102.6.1";
application = "comm/mail";
applicationName = "Mozilla Thunderbird";
binaryName = pname;
src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
- sha512 = "34f79068685ace75ca65141d8165138d25326e9d0a1c25b0463ea69c64a7240dd19c6c894c875c5429cf7b40344fbd32b1ba0412bf8893c4bb744c83f8bc25ad";
+ sha512 = "06ea2fce76c08609d638435869fddc1c4d7f4b748951ebfb2476b4dba9f1f76d3de2c11e5f62540f297a5d30bb0fc637852d8e57f4fadc2c905f299757949d83";
};
extraPatches = [
# The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.