Subler icon

Subler 1.8.5

Mux and tag mp4 files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "subler",
  "version": "1.8.5",
  "src": {
    "url": "https://github.com/SublerApp/Subler/releases/download/1.8.5/Subler-1.8.5.zip",
    "sha256": "ddf0c13044da6a090c6db1b5f5ca7332880c1312a31004416b63b20d22b7d175"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Subler.app\" && cp -r \"Subler.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Mux and tag mp4 files",
    "homepage": "https://subler.org/"
  }
}