SABnzbd icon

SABnzbd 5.0.2

Binary newsreader

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sabnzbd",
  "version": "5.0.2",
  "src": {
    "url": "https://github.com/sabnzbd/sabnzbd/releases/download/5.0.2/SABnzbd-5.0.2-macos.dmg",
    "sha256": "86e2d74b424aa38bcc493a550e5a40e07cd9d731c9fe51613433bd29879c9d31"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SABnzbd.app\" && cp -r \"SABnzbd.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Binary newsreader",
    "homepage": "https://sabnzbd.org/"
  }
}