StarUML icon

StarUML 6.3.1

Software modeller

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "staruml",
  "version": "6.3.1",
  "src": {
    "url": "https://files.staruml.io/releases-v6/StarUML-6.3.1-arm64.dmg",
    "sha256": "6e91fdafb42877f670af06d57b07e2efe2fb3f07185be3e247ea1e3fba81ed66"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/StarUML.app\" && cp -r \"StarUML.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Software modeller",
    "homepage": "https://staruml.io/"
  }
}