Snipaste icon

Snipaste 2.10.3

Snip or pin screenshots

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "snipaste",
  "version": "2.10.3",
  "src": {
    "url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-2.10.3.dmg",
    "sha256": "92587f79bfd82a0377f223da72711f3e3b185b9e41f0f33179f6ddcfba9feec2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Snipaste.app\" \"$out/Applications/Snipaste.app\""
  ],
  "meta": {
    "description": "Snip or pin screenshots",
    "homepage": "https://www.snipaste.com/"
  }
}