about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-03-09 08:11:56 +0100
committerVladimír Čunát <v@cunat.cz>2024-03-09 08:11:56 +0100
commit0e7f98a5f30166cbed344569426850b21e4091d4 (patch)
tree78c759bdfd513dc6e1bb7ca989000f89245730a7 /pkgs/applications/networking
parent004613a60f3c731658a9e3fc8e20713058fea1fc (diff)
parent8310b61c16e0c5a0999379bf53f606b80ad45039 (diff)
downloadnixlib-0e7f98a5f30166cbed344569426850b21e4091d4.tar
nixlib-0e7f98a5f30166cbed344569426850b21e4091d4.tar.gz
nixlib-0e7f98a5f30166cbed344569426850b21e4091d4.tar.bz2
nixlib-0e7f98a5f30166cbed344569426850b21e4091d4.tar.lz
nixlib-0e7f98a5f30166cbed344569426850b21e4091d4.tar.xz
nixlib-0e7f98a5f30166cbed344569426850b21e4091d4.tar.zst
nixlib-0e7f98a5f30166cbed344569426850b21e4091d4.zip
Merge #294380: thunderbird: 115.8.0 -> 115.8.1
Diffstat (limited to 'pkgs/applications/networking')
-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 46d23c54b932..dfe749d7d0bd 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
@@ -44,13 +44,13 @@ rec {
 
   thunderbird-115 = (buildMozillaMach rec {
     pname = "thunderbird";
-    version = "115.8.0";
+    version = "115.8.1";
     application = "comm/mail";
     applicationName = "Mozilla Thunderbird";
     binaryName = pname;
     src = fetchurl {
       url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-      sha512 = "a0bdd34bebda4973f714422293f10a5a96c2b12f097c68d76fa37c48943fdbfb32dd2e504faa0b88fd699118b1903e18c3bb54cb32cd5e2ff60c09966b23e79c";
+      sha512 = "4d28f865f482a0d4c91f26ef26709a00f78955699b4ca191f960bcdb8d2c0c95c2a8e8782129d5660e192c605cba021fac553b13868861086a608f0c50aa5da7";
     };
     extraPatches = [
       # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.