18 stdenv.mkDerivation rec {
19 pname = "lgogdownloader";
22 src = fetchFromGitHub {
24 repo = "lgogdownloader";
26 sha256 = "sha256-Qt9uTKsD0kQ6b9Y5+eC+YWpCHMIJGzP+pMfuUBt/fME=";
46 version = testers.testVersion { package = lgogdownloader; };
50 description = "Unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader";
51 homepage = "https://github.com/Sude-/lgogdownloader";
52 license = licenses.wtfpl;
53 maintainers = with maintainers; [ _0x4A6F ];
54 platforms = platforms.linux;