summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2023-10-17 11:39:41 +0200
committerFliegendeWurst <2012gdwu+github@posteo.de>2023-10-17 11:41:34 +0200
commit08c7bd94e93d0e7ddee364cbe494784092aba32e (patch)
treeec3db79a2a62dc329bf66f7685bb537196ef45ba /pkgs/applications/networking/mailreaders
parent6d84d21ffd30986ff180cdbf87aba41433369d98 (diff)
downloadnixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.tar
nixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.tar.gz
nixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.tar.bz2
nixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.tar.lz
nixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.tar.xz
nixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.tar.zst
nixpkgs-08c7bd94e93d0e7ddee364cbe494784092aba32e.zip
betterbird: 102.15.1-bb41 -> 115.3.2-bb15
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/betterbird/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/applications/networking/mailreaders/betterbird/default.nix b/pkgs/applications/networking/mailreaders/betterbird/default.nix
index 40292268a5b..c98e80b2dee 100644
--- a/pkgs/applications/networking/mailreaders/betterbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/betterbird/default.nix
@@ -10,15 +10,15 @@
 }:
 
 let
-  thunderbird-unwrapped = thunderbirdPackages.thunderbird-102;
+  thunderbird-unwrapped = thunderbirdPackages.thunderbird-115;
 
-  version = "102.15.1";
+  version = "115.3.2";
   majVer = lib.versions.major version;
 
   betterbird-patches = fetchFromGitHub {
     owner = "Betterbird";
     repo = "thunderbird-patches";
-    rev = "${version}-bb41";
+    rev = "${version}-bb15";
     postFetch = ''
       echo "Retrieving external patches"
 
@@ -36,7 +36,7 @@ let
       . ./external.sh
       rm external.sh
     '';
-    hash = "sha256-fP763ec4B8LbivzmYHzQ4j39QMxWrymqI8chXfF3KX8=";
+    hash = "sha256-6alAGEid7ipr01I52TB0xrlLroCIc03N2IagGJq8te8=";
   };
 in ((buildMozillaMach {
   pname = "betterbird";
@@ -49,7 +49,7 @@ in ((buildMozillaMach {
   src = fetchurl {
     # https://download.cdn.mozilla.net/pub/thunderbird/releases/
     url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-    hash = "sha256-og1Tu7PAHOqGs02jkHU291BCGuKDy1J+72v4Gsu4oDg=";
+    hash = "sha256-kn35avKqUdMix8VJrKJjSWViMLe/WnnxNasPpM7/cdM=";
   };
 
   extraPostPatch = thunderbird-unwrapped.extraPostPatch or "" + /* bash */ ''
@@ -57,8 +57,6 @@ in ((buildMozillaMach {
     patches=$(mktemp -d)
     for dir in branding bugs external features misc; do
       cp -r ${betterbird-patches}/${majVer}/$dir/*.patch $patches/
-      # files is not in series file and duplicated with external patch
-      [[ $dir == bugs ]] && rm $patches/1820504-optimise-grapheme-m-c.patch
     done
     cp ${betterbird-patches}/${majVer}/series* $patches/
     chmod -R +w $patches