licensedigger: 0-unstable-2024-08-28 -> 0-unstable-2025-08-19, build with Qt6

This commit is contained in:
K900
2026-05-08 09:30:33 +03:00
parent f5cbe0c537
commit 9a774e7dd6
+8 -9
View File
@@ -3,32 +3,31 @@
fetchFromGitLab,
stdenv,
cmake,
extra-cmake-modules,
libsForQt5,
kdePackages,
qt6,
}:
stdenv.mkDerivation {
pname = "licensedigger";
version = "0-unstable-2024-08-28";
version = "0-unstable-2025-08-19";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "SDK";
repo = "licensedigger";
rev = "cc4b24d3fb67afa8fb0a9ef61210588958eaf0f5";
hash = "sha256-/ZEja+iDx0lVkJaLshPd1tZD4ZUspVeFHY1TNXjr4qg=";
rev = "711236617bfdeb4f72fecec3ab29bc25806337e5";
hash = "sha256-IuH7K2Hhhdzw01fypiabv8/tClt+0rr4j94JAy8VKN4=";
};
nativeBuildInputs = [
cmake
extra-cmake-modules
kdePackages.extra-cmake-modules
qt6.wrapQtAppsHook
];
buildInputs = [
libsForQt5.qtbase
qt6.qtbase
];
dontWrapQtApps = true;
meta = {
description = "Tools to convert existing license headers to SPDX compliant headers";
homepage = "https://invent.kde.org/sdk/licensedigger";