Sketch icon

Sketch 2025.3.2,221149

Digital design and prototyping platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sketch",
  "version": "2025.3.2,221149",
  "src": {
    "url": "https://download.sketch.com/sketch-2025.3.2-221149.zip",
    "sha256": "249c388ef62aee62352e63c103fe1d1f383d8efa9f25d12fe34ad458a6dfdbe9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sketch.app\" && cp -r \"Sketch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Digital design and prototyping platform",
    "homepage": "https://www.sketch.com/"
  }
}