Social Stream icon

Social Stream 0.3.56

Consolidate, control, and customise live social messaging streams

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "socialstream",
  "version": "0.3.56",
  "src": {
    "url": "https://github.com/steveseguin/social_stream/releases/download/0.3.56/socialstreamninja_mac_v0.3.56.dmg",
    "sha256": "8a9b86a9229401a6d9656afc9b6bc48fcb9c5b4bbc8b7e6bc664c25d5465c079"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/socialstream.app\" && cp -r \"socialstream.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Consolidate, control, and customise live social messaging streams",
    "homepage": "https://socialstream.ninja/"
  }
}