ximalaya icon

ximalaya 4.0.13,GAqhQKIOEZVYACAAAASs4yMD,0677,D6,1A

Platform for podcasting and audio-sharing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ximalaya",
  "version": "4.0.13,GAqhQKIOEZVYACAAAASs4yMD,0677,D6,1A",
  "src": {
    "url": "https://nativedl.pcdn.xmcdn.com/storages/0677-audiofreehighqps/D6/1A/GAqhQKIOEZVYACAAAASs4yMD.dmg?ct=application/octet-stream&filename=Ximalaya_4.0.13_x64_c_99",
    "sha256": "140801bd6b3430713fc6c69b24705ce43b4c75064fc2fb4084a61790c5df2091"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/喜马拉雅.app\" && cp -r \"喜马拉雅.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Platform for podcasting and audio-sharing",
    "homepage": "https://www.ximalaya.com/"
  }
}