lomiri-qt6.cmake-extras: 1.9 -> 1.10

This commit is contained in:
R. Ryantm
2026-06-20 00:28:32 +00:00
parent 471ac28cfa
commit dde8c307e8
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cmake-extras";
version = "1.9";
version = "1.10";
src = fetchFromGitLab {
owner = "ubports";
repo = "development/core/cmake-extras";
tag = finalAttrs.version;
hash = "sha256-7dIuQ2SdtpG93cPZTmoxXUCwFhsq11gmg4OJlGTQ3VY=";
hash = "sha256-8WGbfvHFd8Z8wLVBfRYiOTGE9GpvjDT4pelE6N+xhmk=";
};
postPatch = ''