Merge pull request #166365 from siraben/2048-expand-darwin

authored by Ben Siraphob and committed by GitHub 26fecc80 a9286c66

+2 -2
+2 -2
pkgs/games/2048-in-terminal/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "2048-in-terminal"; 5 - version = "2021-09-12"; 6 7 src = fetchFromGitHub { 8 sha256 = "1jgacyimn59kxqhrk8jp13qayc2mncxhx393spqcxbz0sj6lxq9p"; ··· 35 inherit (src.meta) homepage; 36 description = "Animated console version of the 2048 game"; 37 license = licenses.mit; 38 - platforms = platforms.linux; 39 }; 40 }
··· 2 3 stdenv.mkDerivation rec { 4 pname = "2048-in-terminal"; 5 + version = "unstable-2021-09-12"; 6 7 src = fetchFromGitHub { 8 sha256 = "1jgacyimn59kxqhrk8jp13qayc2mncxhx393spqcxbz0sj6lxq9p"; ··· 35 inherit (src.meta) homepage; 36 description = "Animated console version of the 2048 game"; 37 license = licenses.mit; 38 + platforms = platforms.unix; 39 }; 40 }