qt6gtk2: 0.4-unstable-2025-05-11 -> 0.5 (#417023)

This commit is contained in:
Sefa Eyeoglu
2025-06-22 12:37:45 +02:00
committed by GitHub
+7 -7
View File
@@ -6,19 +6,19 @@
pkg-config,
qmake,
qtbase,
unstableGitUpdater,
nix-update-script,
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "qt6gtk2";
version = "0.4-unstable-2025-05-11";
version = "0.5";
src = fetchFromGitLab {
domain = "opencode.net";
owner = "trialuser";
repo = "qt6gtk2";
rev = "a95d620193bfc3a2d5e17c3d1c883849182f77b8";
hash = "sha256-gcCujWImw7WOnz7QI4h4ye/v5EZWVIq5eFLYoOxYoog=";
tag = finalAttrs.version;
hash = "sha256-G2TQ4LU8Cmvd+u6/s1ugbUkZcRXHTBm3+ISY0g/5/60=";
};
buildInputs = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
"PLUGINDIR=${placeholder "out"}/${qtbase.qtPluginPrefix}"
];
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = nix-update-script { };
meta = {
description = "GTK+2.0 integration plugins for Qt6";
@@ -45,4 +45,4 @@ stdenv.mkDerivation {
maintainers = [ lib.maintainers.misterio77 ];
platforms = lib.platforms.linux;
};
}
})