allow minecraft

This commit is contained in:
Kopatz
2024-05-22 19:33:14 +02:00
parent a7132f0326
commit f929bbe487
3 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
, libpulseaudio
, systemd
, callPackage
, withTetrioPlus ? false
, withTetrioPlus ? true
, tetrio-plus ? callPackage ./tetrio-plus.nix { }
, ...
}:

View File

@@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
version = "0.25.3";
src = fetchzip {
url = "https://gitlab.com/UniQMG/tetrio-plus/-/jobs/6517560474/artifacts/raw/app.asar.zip";
hash = "sha256-I7UvljloJyKrYpSuQ9V1ySSXKhYeJGDpex/K0R3iuCc=";
url = "https://gitlab.com/UniQMG/tetrio-plus/-/jobs/6734605389/artifacts/raw/tetrio-plus_v0.27.2_for_desktop_v9.asar.zip";
hash = "sha256-+5jXhJwltw426eWU1yR4jxXlOm/etuJKzfeoXSetMws=";
};
installPhase = ''