summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-12-18 06:19:07 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-12-18 06:20:06 +1000
commit41035cdfeb1e3e2f68b61772a02887046fcf231d (patch)
tree7e9f7fe2f5d55e048576944e69cd01fb3e6bc527 /pkgs/applications/networking/mailreaders
parent08b15dd557506426ac5c82279581d94ee6c25050 (diff)
bluemail: 1.131.4-1795 -> 1.136.21-1884
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/bluemail/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/bluemail/default.nix b/pkgs/applications/networking/mailreaders/bluemail/default.nix
index 50dec500870a..66874705810b 100644
--- a/pkgs/applications/networking/mailreaders/bluemail/default.nix
+++ b/pkgs/applications/networking/mailreaders/bluemail/default.nix
@@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "bluemail";
- version = "1.131.4-1795";
+ version = "1.136.21-1884";
# Taking a snapshot of the DEB release because there are no tagged version releases.
# For new versions, download the upstream release, extract it and check for the version string.
# In case there's a new version, create a snapshot of it on https://archive.org before updating it here.
src = fetchurl {
- url = "https://web.archive.org/web/20220921124548/https://download.bluemail.me/BlueMail/deb/BlueMail.deb";
- sha256 = "sha256-deO+D9HSfj1YEDSO5Io0MA7H8ZK9iFSRwB/e+8GkgOU=";
+ url = "https://archive.org/download/blue-mail-1.136.21-1884/BlueMail.deb";
+ hash = "sha256-L9mCUjsEcalVxzl80P3QzVclCKa75So2sBG7KjjBVIc=";
};
nativeBuildInputs = [