mailspring: 1.15.1 -> 1.16.0

This commit is contained in:
Diego 2025-07-21 21:52:53 +02:00
parent 0382d0a27b
commit a2fb7b85e8
3 changed files with 3 additions and 3 deletions

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-MMJ26p3Kp/rBMtyuOFDyvmAz5J0Fcw5tiFnMiPZ34vA=";
hash = "sha256-jbsU8pSvhPFKFjIr+2ZHETOihKKoqQiZmKQ6eGtAIKk=";
};
dontUnpack = true;

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/Foundry376/Mailspring/releases/download/${finalAttrs.version}/mailspring-${finalAttrs.version}-amd64.deb";
hash = "sha256-+glQaz36mKMtnNeyHH4brZmzYe9SHCtccO6CIJpTH2k=";
hash = "sha256-iJ6VzwvNTIRqUq9OWNOWOSuLbqhx+Lqx584kuyIslyA=";
};
nativeBuildInputs = [

View File

@ -5,7 +5,7 @@
}:
let
pname = "mailspring";
version = "1.15.1";
version = "1.16.0";
meta = {
description = "Beautiful, fast and maintained fork of Nylas Mail by one of the original authors";