summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2024-01-04 17:50:47 +0100
committerGitHub <noreply@github.com>2024-01-04 17:50:47 +0100
commite46648c626735718abf021c3e8272b06bb5d8850 (patch)
tree48f297f1392e9b40eae236c2831f5361a94b0fb4 /pkgs/applications/networking/mailreaders
parent9dac43cf0d38c9cbbe3f239e25e5b296dc114f31 (diff)
parent41035cdfeb1e3e2f68b61772a02887046fcf231d (diff)
Merge pull request #275060 from kashw2/bluemail
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 = [