polymc: update to 6.0, use Qt6

This commit is contained in:
Mateusz Słodkowicz 2024-01-04 20:42:24 +01:00
parent ae5af74282
commit c821df2147
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ let
in
stdenv.mkDerivation rec {
pname = "polymc";
version = "5.1";
version = "6.0";
src = fetchFromGitHub {
owner = "PolyMC";
repo = "PolyMC";
rev = version;
sha256 = "sha256-D7OYzuvrigtmbk3Apqf29v2bTMgmlDZKFYOx71isVRM=";
sha256 = "sha256-WaBig21M0GmHYWL0XVjuK7AH6H+X08f2r+cyH04Krx8=";
fetchSubmodules = true;
};
dontWrapQtApps = true;

View File

@ -17,7 +17,7 @@ rec {
obs-amf = pkgs.qt6Packages.callPackage ./apps/obs { ffmpeg = ffmpeg6-amf-full; inherit libcef;};
polymc = pkgs.libsForQt5.callPackage ./apps/games/polymc {};
polymc = pkgs.qt6Packages.callPackage ./apps/games/polymc {};
alvr = pkgs.callPackage ./apps/games/alvr {};