Skip to content

Commit

Permalink
betterbird: 115.9.0-bb26-build2 -> 115.14.0-bb31 (NixOS#339019)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 19, 2024
2 parents a193d72 + fdc712d commit cc6c69d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/applications/networking/mailreaders/betterbird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
let
thunderbird-unwrapped = thunderbirdPackages.thunderbird-115;

version = "115.9.0";
version = "115.14.0";
majVer = lib.versions.major version;

betterbird-patches = fetchFromGitHub {
owner = "Betterbird";
repo = "thunderbird-patches";
rev = "${version}-bb26-build2";
rev = "${version}-bb31";
postFetch = ''
echo "Retrieving external patches"
Expand All @@ -36,7 +36,7 @@ let
. ./external.sh
rm external.sh
'';
hash = "sha256-0RlI30zxiueeXdLEXPZevc8QyKr667juHk0bTcqBB1w=";
hash = "sha256-dXfpu+ufBfAWl1OlpQ1i8CC7N8f0NbxfaMH6BdKr28c=";
};
in ((buildMozillaMach {
pname = "betterbird";
Expand All @@ -50,7 +50,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-Kut3ynA43289MG+cPSpOphWvDtzw9ykCFcpfMMEpDlc=";
hash = "sha256-A3/D8D9e5PI9SUetKFUE0oDpJsThprIk1zUfZoxu1/A=";
};

extraPostPatch = thunderbird-unwrapped.extraPostPatch or "" + /* bash */ ''
Expand Down Expand Up @@ -79,7 +79,8 @@ in ((buildMozillaMach {
fi
# requires vendored icu, fails to link with our icu
if [[ $patch == 14-feature-regexp-searchterm.patch || $patch == 14-feature-regexp-searchterm-m-c.patch ]]; then
# feature-506064 depends on those icu patches
if [[ $patch == 14-feature-regexp-searchterm.patch || $patch == 14-feature-regexp-searchterm-m-c.patch || $patch == feature-506064-match-diacritics.patch || $patch == feature-506064-match-diacritics-m-c.patch ]]; then
continue
fi
Expand Down

0 comments on commit cc6c69d

Please sign in to comment.