Rave icon

Rave 1.18.9

Social streaming app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "rave",
  "version": "1.18.9",
  "src": {
    "url": "https://static.rave-web.com/rave-desktop/mac/x64/Rave-1.18.9.dmg",
    "sha256": "7745bb0d8a6fee33e6108c4e8eedcffa5d0f62df3d789601b30ce8395e9c2ae0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rave.app\" && cp -r \"Rave.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Social streaming app",
    "homepage": "https://rave.io/"
  }
}