summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-16 10:48:31 -0500
committerGitHub <noreply@github.com>2024-01-16 10:48:31 -0500
commit36e275fae50ceba418015ef93d2241964fcaf5bc (patch)
treed28d0be16c9f570b8dabbccc90499149fd6be4aa /pkgs/applications/networking/mailreaders
parentb1d33fb030a0e89f939d04889f8d88c32ded1a56 (diff)
parent410543a974cbdefe8f6f5d572f1999f7430bd112 (diff)
Merge pull request #270520 from SuperSandro2000/betterbird
betterbird: 115.4.2-bb17 -> 115.6.0-bb21
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/betterbird/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/mailreaders/betterbird/default.nix b/pkgs/applications/networking/mailreaders/betterbird/default.nix
index 7febb62a0f39..3e9ebbceed75 100644
--- a/pkgs/applications/networking/mailreaders/betterbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/betterbird/default.nix
@@ -12,13 +12,13 @@
let
thunderbird-unwrapped = thunderbirdPackages.thunderbird-115;
- version = "115.4.2";
+ version = "115.6.0";
majVer = lib.versions.major version;
betterbird-patches = fetchFromGitHub {
owner = "Betterbird";
repo = "thunderbird-patches";
- rev = "${version}-bb17";
+ rev = "${version}-bb21-correct-series-take2";
postFetch = ''
echo "Retrieving external patches"
@@ -36,7 +36,7 @@ let
. ./external.sh
rm external.sh
'';
- hash = "sha256-hfM1VzYD0TsjZik0MLXBAkD5ecyvbg7jn2pKdrzMEfo=";
+ hash = "sha256-YERSRyLfFTexvAYmP9qG6joQkK5fSIvU4pNLhCyIbOY=";
};
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-PAjj7FvIA7uB0yngkL4KYKZoYU1CF2qQTF5+sG2VLtI=";
+ hash = "sha256-Oxz5drDQ9IJVpgP4/+jiQ5Ds1b0oX8TRD+SOG6JRN0Q=";
};
extraPostPatch = thunderbird-unwrapped.extraPostPatch or "" + /* bash */ ''