TuneIn icon

TuneIn 1.33.0

Free Internet Radio

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tunein",
  "version": "1.33.0",
  "src": {
    "url": "https://cdn-desktop.tunein.com/release/TuneIn-1.33.0-universal.dmg",
    "sha256": "477a6709cc21e8fe220b1646ff520aadef26f33fdd9bc9ada28898bc127f9136"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TuneIn.app\" && cp -r \"TuneIn.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Free Internet Radio",
    "homepage": "https://tunein.com/"
  }
}