Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
pokerth # PokerTH
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
pokerth # PokerTH
];
} Package Definition
{
"pname": "pokerth",
"version": "2.0.7",
"src": {
"url": "https://downloads.sourceforge.net/pokerth/PokerTH-2.0.7.dmg",
"sha256": "00075441262752133b85e62ada78798c12fd945e9a7ae9e8b67a30f55f144f67"
},
"installPhase": [
"mkdir -p \"$out/Applications/pokerth.app\" && cp -r \"pokerth.app\" \"$out/Applications\""
],
"meta": {
"description": "Free Texas hold'em poker",
"homepage": "https://www.pokerth.net/"
}
} Version History
2.0.7 (NixCasks v4)
9 May 2026, 00:00 2.0.6 (NixCasks v4)
4 March 2026, 00:00 2.0.5 (NixCasks v4)
28 February 2026, 00:00 2.0.4 (NixCasks v4)
26 February 2026, 00:00 2.0.3 (NixCasks v4)
25 February 2026, 00:00 2.0.2 (NixCasks v4)
22 February 2026, 00:00 2.0.1 (NixCasks v4)
21 February 2026, 00:00 2.0 (NixCasks v4)
19 February 2026, 00:00 1.1.2 (NixCasks v4)
7 March 2025, 09:14 1.1.2 (NixCasks v3)
5 March 2025, 00:00 1.1.2 (NixCasks v2)
4 March 2025, 19:10 1.1.2 (NixCasks v1)
8 November 2024, 21:16