Sparkle icon

Sparkle 2.9.4

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.4",
  "src": {
    "url": "https://github.com/sparkle-project/Sparkle/releases/download/2.9.4/Sparkle-2.9.4.tar.xz",
    "sha256": "ce89daf967db1e1893ed3ebd67575ed82d3902563e3191ca92aaec9164fbdef9"
  },
  "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/"
  }
}