Loading pkgs/by-name/fa/fastmail-desktop/darwin.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ passthru, meta, stdenvNoCC, unzip, }: stdenvNoCC.mkDerivation { inherit Loading @@ -15,6 +16,9 @@ stdenvNoCC.mkDerivation { meta ; sourceRoot = "."; nativeBuildInputs = [ unzip ]; installPhase = '' mkdir -p $out/Applications cp -R Fastmail.app $out/Applications/ Loading pkgs/by-name/fa/fastmail-desktop/sources.nix +8 −9 Original line number Diff line number Diff line # Generated by ./update.sh - do not update manually! # Last updated: 2025-10-30 # Last updated: 2025-11-11 { fetchurl, fetchzip }: { aarch64-darwin = { version = "1.0.3"; src = fetchzip { url = "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.3-arm64-mac.zip"; hash = "sha512-lqJj0tTwOJx1jzzXtlKOOduUEtSgVHpQCM5WkbXjmOh2OejLRcdJ1Y9CxvZJGSPBGWrErKzytMOB8QmJ1BkIdw=="; stripRoot = false; version = "1.0.4"; src = fetchurl { url = "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.4-arm64-mac.zip"; hash = "sha512-DoBG2pY8a1BjNby0/PFAmRnEdMzX3n/JNlGW1/uHvi8lmzDMfEK5F0RAE4bNW08TPnaomjQOMRnqcas/9SecuA=="; }; }; x86_64-linux = { version = "1.0.3"; version = "1.0.4"; src = fetchurl { url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/Fastmail-1.0.3.AppImage"; hash = "sha512-L+h0GHAAlZndB4Q5Z7GiHuZqv1kTF5yCAJYYb9tPXnHfdcrwHvfBRnixEnVPPia46rp2IJ56z4ZS8RSut3ATFQ=="; url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/Fastmail-1.0.4.AppImage"; hash = "sha512-lavGgtrIRiYL4NQEecpppvcTLZCgp54sTDFyVgySzBZmB6bcwCk9Kpjgepjma6iCUtUQYkN5ydtEYLZqTcSw4Q=="; }; }; } pkgs/by-name/fa/fastmail-desktop/update.sh +1 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,9 @@ cat >sources.nix <<EOF { aarch64-darwin = { version = "$aarch64_darwin_version"; src = fetchzip { src = fetchurl { url = "$aarch64_darwin_url"; hash = "$aarch64_darwin_hash"; stripRoot = false; }; }; x86_64-linux = { Loading Loading
pkgs/by-name/fa/fastmail-desktop/darwin.nix +4 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ passthru, meta, stdenvNoCC, unzip, }: stdenvNoCC.mkDerivation { inherit Loading @@ -15,6 +16,9 @@ stdenvNoCC.mkDerivation { meta ; sourceRoot = "."; nativeBuildInputs = [ unzip ]; installPhase = '' mkdir -p $out/Applications cp -R Fastmail.app $out/Applications/ Loading
pkgs/by-name/fa/fastmail-desktop/sources.nix +8 −9 Original line number Diff line number Diff line # Generated by ./update.sh - do not update manually! # Last updated: 2025-10-30 # Last updated: 2025-11-11 { fetchurl, fetchzip }: { aarch64-darwin = { version = "1.0.3"; src = fetchzip { url = "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.3-arm64-mac.zip"; hash = "sha512-lqJj0tTwOJx1jzzXtlKOOduUEtSgVHpQCM5WkbXjmOh2OejLRcdJ1Y9CxvZJGSPBGWrErKzytMOB8QmJ1BkIdw=="; stripRoot = false; version = "1.0.4"; src = fetchurl { url = "https://dl.fastmailcdn.com/desktop/production/mac/arm64/Fastmail-1.0.4-arm64-mac.zip"; hash = "sha512-DoBG2pY8a1BjNby0/PFAmRnEdMzX3n/JNlGW1/uHvi8lmzDMfEK5F0RAE4bNW08TPnaomjQOMRnqcas/9SecuA=="; }; }; x86_64-linux = { version = "1.0.3"; version = "1.0.4"; src = fetchurl { url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/Fastmail-1.0.3.AppImage"; hash = "sha512-L+h0GHAAlZndB4Q5Z7GiHuZqv1kTF5yCAJYYb9tPXnHfdcrwHvfBRnixEnVPPia46rp2IJ56z4ZS8RSut3ATFQ=="; url = "https://dl.fastmailcdn.com/desktop/production/linux/x64/Fastmail-1.0.4.AppImage"; hash = "sha512-lavGgtrIRiYL4NQEecpppvcTLZCgp54sTDFyVgySzBZmB6bcwCk9Kpjgepjma6iCUtUQYkN5ydtEYLZqTcSw4Q=="; }; }; }
pkgs/by-name/fa/fastmail-desktop/update.sh +1 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,9 @@ cat >sources.nix <<EOF { aarch64-darwin = { version = "$aarch64_darwin_version"; src = fetchzip { src = fetchurl { url = "$aarch64_darwin_url"; hash = "$aarch64_darwin_hash"; stripRoot = false; }; }; x86_64-linux = { Loading