bluemail: 1.131.4-1795 -> 1.136.21-1884

This commit is contained in:
kashw2 2023-12-18 06:19:07 +10:00
parent 08b15dd557
commit 41035cdfeb

View File

@ -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 = [