HexGui: unstable-2022-5-30 -> unstable-2023-1-7

- New board design
- Y and Go boards removed

+4 -4
+4 -4
pkgs/games/hexgui/default.nix
··· 7 }: 8 stdenv.mkDerivation { 9 pname = "hexgui"; 10 - version = "unstable-2022-5-30"; 11 12 src = fetchFromGitHub { 13 owner = "selinger"; 14 repo = "hexgui"; 15 - rev = "d94ce1d35a22dad28d3e7def4d28e6bebd54da9d"; 16 - hash = "sha256-1MroFH2JSEZHFigcsw1+xyHJWEnHTvHmRPVirUgwM6I="; 17 }; 18 19 nativeBuildInputs = [ ant jdk makeWrapper ]; ··· 28 ''; 29 30 meta = { 31 - description = "GUI for the board game Hex (and Y)"; 32 homepage = "https://github.com/selinger/hexgui"; 33 license = lib.licenses.gpl3; 34 maintainers = [ lib.maintainers.ursi ];
··· 7 }: 8 stdenv.mkDerivation { 9 pname = "hexgui"; 10 + version = "unstable-2023-1-7"; 11 12 src = fetchFromGitHub { 13 owner = "selinger"; 14 repo = "hexgui"; 15 + rev = "62f07ff51db0d4a945ad42f86167cc2f2ce65d90"; 16 + hash = "sha256-yEdZs9HUt3lcrdNO1OH8M8g71+2Ltf+v1RR1fKRDV0o="; 17 }; 18 19 nativeBuildInputs = [ ant jdk makeWrapper ]; ··· 28 ''; 29 30 meta = { 31 + description = "GUI for the board game Hex"; 32 homepage = "https://github.com/selinger/hexgui"; 33 license = lib.licenses.gpl3; 34 maintainers = [ lib.maintainers.ursi ];