SketchUp icon

SketchUp 2024.0.598.243

3D modeling software used to create and manipulate 3D models

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sketchup",
  "version": "2024.0.598.243",
  "src": {
    "url": "https://download.sketchup.com/SketchUp-2024-0-598-243.dmg",
    "sha256": "bf070195914fdfa4b01d2c4a527f7bc0a0b2089e9f3f50ae4e22ec3dd2a1357f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"SketchUp 2024\" \"$out/Applications/SketchUp 2024\""
  ],
  "meta": {
    "description": "3D modeling software used to create and manipulate 3D models",
    "homepage": "https://www.sketchup.com/"
  }
}