1 { lib, stdenv, fetchzip }:
3 stdenv.mkDerivation rec {
8 url = "https://gitlab.com/UniQMG/tetrio-plus/uploads/a9647feffc484304ee49c4d3fd4ce718/tetrio-plus_0.23.13_app.asar.zip";
9 sha256 = "sha256-NSOVZjm4hDXH3f0gFG8ijLmdUTyMRFYGhxpwysoYIVg=";
21 description = "TETR.IO customization toolkit";
22 homepage = "https://gitlab.com/UniQMG/tetrio-plus";
23 license = licenses.mit;
24 maintainers = with maintainers; [ huantian ];
25 platforms = [ "x86_64-linux" ];