mailspring: 1.16.0 -> 1.17.4

This commit is contained in:
Diego
2026-02-14 13:04:15 +01:00
parent 5799d13c22
commit 98344ffcce
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/Foundry376/Mailspring/releases/download/${finalAttrs.version}/Mailspring-AppleSilicon.zip";
hash = "sha256-jbsU8pSvhPFKFjIr+2ZHETOihKKoqQiZmKQ6eGtAIKk=";
hash = "sha256-AwP5gVyqO3pjIXom5VQjxSZWu4IsG5O9zulqmC24lk0=";
};
dontUnpack = true;
+4 -1
View File
@@ -8,6 +8,7 @@
autoPatchelfHook,
alsa-lib,
coreutils,
curl,
db,
dpkg,
glib,
@@ -33,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/Foundry376/Mailspring/releases/download/${finalAttrs.version}/mailspring-${finalAttrs.version}-amd64.deb";
hash = "sha256-iJ6VzwvNTIRqUq9OWNOWOSuLbqhx+Lqx584kuyIslyA=";
hash = "sha256-PHxe44yzX9Zz+fQu30kX9epLEeG3wqqVL3p5+ZHMmos=";
};
nativeBuildInputs = [
@@ -57,6 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
libxshmfence
libgbm
libdrm
openssl
curl
];
runtimeDependencies = [
+1 -1
View File
@@ -5,7 +5,7 @@
}:
let
pname = "mailspring";
version = "1.16.0";
version = "1.17.4";
meta = {
description = "Beautiful, fast and maintained fork of Nylas Mail by one of the original authors";