Whalebird icon

Whalebird 6.2.7

Mastodon, Pleroma, and Misskey client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    whalebird # Whalebird
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    whalebird # Whalebird
  ];
}

Package Definition

{
  "pname": "whalebird",
  "version": "6.2.7",
  "src": {
    "url": "https://github.com/h3poteto/whalebird-desktop/releases/download/v6.2.7/Whalebird-6.2.7-mac-universal.dmg",
    "sha256": "d11b785dbf0e4bcf0d32149bf50d15d4442ab7e93673f1c8dfc6df2c723ab917"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Whalebird.app\" && cp -r \"Whalebird.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mastodon, Pleroma, and Misskey client",
    "homepage": "https://whalebird.social/"
  }
}