Unverified Commit 2902bf8a authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

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

parents 865c55ad 97d1f7e0
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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;
  };
}
})