mcpelauncher-{client,ui-qt}: 1.3.0-qt6 -> 1.4.0-qt6
This commit is contained in:
@@ -20,12 +20,13 @@
|
||||
fetchzip,
|
||||
zenity,
|
||||
xdg-utils,
|
||||
sdl3,
|
||||
}:
|
||||
|
||||
# Bionic libc part doesn't compile with GCC
|
||||
clangStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mcpelauncher-client";
|
||||
version = "1.3.0-qt6";
|
||||
version = "1.4.0-qt6";
|
||||
|
||||
# NOTE: check mcpelauncher-ui-qt when updating
|
||||
src = fetchFromGitHub {
|
||||
@@ -33,7 +34,7 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
repo = "mcpelauncher-manifest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-/I6hCnRSFHX30Gd0jErx5Uy/o8JCdYexsMRDKMUOWWI=";
|
||||
hash = "sha256-2YmsxcR4EipnBIBqoM8g6hOCCh1WKooukqXhP/1X6tU=";
|
||||
};
|
||||
|
||||
patches = [ ./dont_download_glfw_client.patch ];
|
||||
@@ -73,6 +74,7 @@ clangStdenv.mkDerivation (finalAttrs: {
|
||||
curl
|
||||
pulseaudio
|
||||
glfw
|
||||
sdl3
|
||||
]
|
||||
++ lib.optionals (withQtWebview || withQtErrorWindow) [
|
||||
qt6.qtbase
|
||||
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
repo = "mcpelauncher-ui-manifest";
|
||||
tag = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-OvzdXr2Q7PHonaQ+y3VeAODCCVWBwuSCgUW3GghA1Ys=";
|
||||
hash = "sha256-W97PIb2NTfmqLsIQgrJkOb+8n3fDzlE91sDvgJbNFwY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user