Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
texturepacker # TexturePacker
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
texturepacker # TexturePacker
];
}
Package Definition
{
"pname": "texturepacker",
"version": "7.7.1",
"src": {
"url": "https://www.codeandweb.com/download/texturepacker/7.7.1/TexturePacker-7.7.1.dmg",
"sha256": "c61e44e617f068c16be7c3dae303c0446c282d7dd4b77ab04eec7324a42d7dbb"
},
"installPhase": [
"mkdir -p \"$out/Applications/TexturePacker.app\" && cp -r \"TexturePacker.app\" \"$out/Applications\""
],
"meta": {
"description": "Game sprite sheet packer",
"homepage": "https://www.codeandweb.com/texturepacker"
}
}
Version History
7.9.0 (NixCasks v4)
15 August 2025, 00:00 7.8.0 (NixCasks v4)
3 July 2025, 00:00 7.7.1 (NixCasks v4)
7 June 2025, 00:00 7.7.0 (NixCasks v4)
16 May 2025, 00:16 7.6.2 (NixCasks v4)
28 March 2025, 00:00 7.6.1 (NixCasks v4)
27 March 2025, 00:00 7.6.0 (NixCasks v4)
7 March 2025, 09:14 7.6.0 (NixCasks v3)
5 March 2025, 00:00 7.6.0 (NixCasks v2)
4 March 2025, 19:10 7.6.0 (NixCasks v1)
17 February 2025, 22:56 7.5.0 (NixCasks v1)
8 November 2024, 21:21