Sparkle icon

Sparkle 2.9.1

Software update framework for Cocoa developers

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sparkle",
  "version": "2.9.1",
  "src": {
    "url": "https://github.com/sparkle-project/Sparkle/releases/download/2.9.1/Sparkle-2.9.1.tar.xz",
    "sha256": "c0dde519fd2a43ddfc6a1eb76aec284d7d888fe281414f9177de3164d98ba4c7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sparkle Test App.app\" && cp -r \"Sparkle Test App.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Software update framework for Cocoa developers",
    "homepage": "https://sparkle-project.org/"
  }
}