mcpelauncer-{client,ui-qt}: 1.5.3-qt6 -> 1.5.5-qt6 (#472416)

This commit is contained in:
Aleksana
2025-12-20 02:16:14 +00:00
committed by GitHub
3 changed files with 13 additions and 3 deletions
@@ -28,4 +28,14 @@ index 2f475e1..09b800a 100644
project(simpleipc LANGUAGES CXX)
diff --git a/axml-parser/CMakeLists.txt b/axml-parser/CMakeLists.txt
index 633c915..50c5ffb 100644
--- a/axml-parser/CMakeLists.txt
+++ b/axml-parser/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.10)
project(axml_parser)
set(CMAKE_CXX_STANDARD 11)
@@ -26,7 +26,7 @@
# Bionic libc part doesn't compile with GCC
clangStdenv.mkDerivation (finalAttrs: {
pname = "mcpelauncher-client";
version = "1.5.3-qt6";
version = "1.5.5-qt6";
# NOTE: check mcpelauncher-ui-qt when updating
src = fetchFromGitHub {
@@ -34,7 +34,7 @@ clangStdenv.mkDerivation (finalAttrs: {
repo = "mcpelauncher-manifest";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-uVtvPeGfiCpXIN1aQzF0nw8qNddIeIjFeoKXJUInqwg=";
hash = "sha256-QJL2CKcP1Sv7JR2ir0XP4nZUpBeH0NX7QeyrZWPSMoI=";
};
patches = [
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "mcpelauncher-ui-manifest";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-utL70loiS1itxbX6Pp10dzIIYssNiQOZKfkPYIsXrvU=";
hash = "sha256-F8tGG3sC6hojb318i6FQ2skLMgf2cyyLYrtW93/ZDOg=";
};
patches = [