nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

fastmail-desktop: 1.0.7 -> 1.0.9

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
(cherry picked from commit e765fd77f54534fb94a4b0d8f7531740bf4ea6b4)

authored by

Ethan Carter Edwards and committed by
Michael Daniels
18f45e39 98bf8103

+7 -7
+7 -7
pkgs/by-name/fa/fastmail-desktop/sources.nix
··· 1 1 # Generated by ./update.sh - do not update manually! 2 - # Last updated: 2025-12-19 2 + # Last updated: 2026-02-06 3 3 { fetchurl, fetchzip }: 4 4 { 5 5 aarch64-darwin = { 6 - version = "1.0.7"; 6 + version = "1.0.9"; 7 7 src = fetchurl { 8 - url = "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.7-arm64-mac.zip"; 9 - hash = "sha512-pH6m2BxP/y/A/DaPVNgwmd5HHVbyCVefYhJENyImsKQAKzn8RY9EI/kaybMHlQjv6N0Gmixpskvm0K74k3LUqg=="; 8 + url = "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.9-arm64-mac.zip"; 9 + hash = "sha512-f0nwcqCWhLheYhHKnhXaTkYqXAOTJIGvrvFsavzoxBWg5C8k/+d74uMh3hSTcvCsR40FN67PYxJhu8Qtt69LVw=="; 10 10 }; 11 11 }; 12 12 x86_64-linux = { 13 - version = "1.0.7"; 13 + version = "1.0.9"; 14 14 src = fetchurl { 15 - url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/Fastmail-1.0.7.AppImage"; 16 - hash = "sha512-MFVqBuuruqDVOkK9NC5E60BPJnIHdiL4MhitWqmmUB+NidlBxQbeDeWZu5Pwhh878UXrNvA0mVCgTZAOK7e2Ew=="; 15 + url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/Fastmail-1.0.9.AppImage"; 16 + hash = "sha512-/UqSi8tl9qLInzSCP3nkbPbUBX5J1tXg7hH7AbnI+I8h+3sxDsU7+I5UwiuSmWQ66P5vRQ8XHf9xKyi01JDKkQ=="; 17 17 }; 18 18 }; 19 19 }