Simplenote icon

Simplenote 2.26.0

React client for Simplenote

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "simplenote",
  "version": "2.26.0",
  "src": {
    "url": "https://github.com/Automattic/simplenote-electron/releases/download/v2.26.0/Simplenote-macOS-2.26.0.dmg",
    "sha256": "75c3edd48f3f5d43441c317694f97894c9924aec68594b9d8a9f3d6a2de07c5c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Simplenote.app\" && cp -r \"Simplenote.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "React client for Simplenote",
    "homepage": "https://github.com/Automattic/simplenote-electron"
  }
}