SABnzbd icon

SABnzbd 5.1.1

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.1.1",
  "src": {
    "url": "https://github.com/sabnzbd/sabnzbd/releases/download/5.1.1/SABnzbd-5.1.1-macos.dmg",
    "sha256": "8014480e30488a8686861fe4dc57bce121a9726a7ca5acbb0329c2381e73b572"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SABnzbd.app\" && cp -r \"SABnzbd.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Binary newsreader",
    "homepage": "https://sabnzbd.org/"
  }
}