Novation Components icon

Novation Components 1.68.0

Manager and updater for Novation hardware

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    novation-components # Novation Components
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    novation-components # Novation Components
  ];
}

Package Definition

{
  "pname": "novation-components",
  "version": "1.68.0",
  "src": {
    "url": "https://components-updates.novationmusic.com/download/version/1.68.0/osx_64?filetype=zip",
    "sha256": "768b57363fff7eeb30c4602d4643ca67601c51d7462c6ac2991f6f7eb231b8ee"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Components.app\" && cp -r \"Components.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Manager and updater for Novation hardware",
    "homepage": "https://novationmusic.com/components/"
  }
}