mailspring: 1.19.0 -> 1.21.0 (#519449)

This commit is contained in:
Pol Dellaiera
2026-05-15 14:37:34 +00:00
committed by GitHub
4 changed files with 13 additions and 4 deletions

View File

@@ -29847,6 +29847,12 @@
{ fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999"; }
];
};
wrench-exile-legacy = {
email = "user@wrench-exile-legacy.site";
github = "wrench-exile-legacy";
githubId = 280737824;
name = "wrench";
};
wrmilling = {
name = "Winston R. Milling";
email = "Winston@Milli.ng";

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-xG6v78sFOjuHjdYu/GKhdFNLpeYf48S3Bjp09ZIxs+M=";
hash = "sha256-P4VP/EHQKb8WFhZhJZyaaJ1KLpPl0fZwBzozZynn62w=";
};
dontUnpack = true;

View File

@@ -34,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-a27lLrGNjaWMeWboA0AtZ5bC0a/aGuyErNv98J8HBRM=";
hash = "sha256-xla2M3k6KXSyn2Ta4PQfWC+0AVkstwbjviaq1ie+awM=";
};
nativeBuildInputs = [

View File

@@ -5,7 +5,7 @@
}:
let
pname = "mailspring";
version = "1.19.0";
version = "1.21.0";
meta = {
description = "Beautiful, fast and maintained fork of Nylas Mail by one of the original authors";
@@ -17,7 +17,10 @@ let
Mailspring's sync engine runs locally, but its source is not open.
'';
mainProgram = "mailspring";
maintainers = with lib.maintainers; [ toschmidt ];
maintainers = with lib.maintainers; [
toschmidt
wrench-exile-legacy
];
platforms = [
"x86_64-linux"
"aarch64-darwin"