22 stdenv.mkDerivation rec {
26 src = fetchFromGitHub {
29 rev = "${version}-master";
30 hash = "sha256-dBGzXwDO9BvnEIcdfqlGnMzUdBqaVA96Ds0fY6eukes=";
56 homepage = "https://tkashkin.github.io/projects/gamehub";
57 description = "Unified library for all your games";
59 GameHub is a unified library for all your games. It allows you to store
60 your games from different platforms into one program to make it easier
61 for you to manage your games.
63 maintainers = with maintainers; [ pasqui23 ];
64 license = with licenses; [ gpl3Only ];
65 platforms = platforms.linux;