qt6ct: switch to new upstream

As pointed out in https://github.com/NixOS/nixpkgs/pull/384376#issuecomment-2701697975 the new upstream is hosted on opencode.net

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-03-06 09:14:05 +01:00
parent 3e43bb1ee4
commit 671e390c61
+6 -5
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromGitLab,
qtbase,
qtsvg,
qtwayland,
@@ -14,11 +14,12 @@ stdenv.mkDerivation (finalAttrs: {
pname = "qt6ct";
version = "0.10";
src = fetchFromGitHub {
owner = "ilya-fedin";
src = fetchFromGitLab {
domain = "www.opencode.net";
owner = "trialuser";
repo = "qt6ct";
tag = finalAttrs.version;
hash = "sha256-ePY+BEpEcAq11+pUMjQ4XG358x3bXFQWwI1UAi+KmLo=";
hash = "sha256-o2k/b4AGiblS1CkNInqNrlpM1Y7pydIJzEVgVd3ao50=";
};
nativeBuildInputs = [
@@ -41,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Qt6 Configuration Tool";
homepage = "https://github.com/ilya-fedin/qt6ct";
homepage = "https://www.opencode.net/trialuser/qt6ct";
platforms = lib.platforms.linux;
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [