Novation Components icon

Novation Components 1.71.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.71.0",
  "src": {
    "url": "https://components-updates.novationmusic.com/download/version/1.71.0/osx_64?filetype=zip",
    "sha256": "c531ae27e03b12705e3d1c8f5d186b0a47b7aae41880539be33d3a2543ebdc49"
  },
  "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/"
  }
}