SketchUp icon

SketchUp 2025.0.633.273

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": "2025.0.633.273",
  "src": {
    "url": "https://download.sketchup.com/SketchUp-2025-0-633-273.dmg",
    "sha256": "d72611f3d149675c3bbc6d4463ea2c297d9a54258a4ebfd9938134ca3a5d0bf9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SketchUp 2025\" && cp -r \"SketchUp 2025\" \"$out/Applications\""
  ],
  "meta": {
    "description": "3D modeling software used to create and manipulate 3D models",
    "homepage": "https://www.sketchup.com/"
  }
}