Skip to content

Commit 608f54a

Browse files
authored
qt6gtk2: 0.2-unstable-2024-08-14 -> 0.5-unstable-2025-03-04 (#400139)
2 parents 1018ba1 + b104846 commit 608f54a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pkgs/tools/misc/qt6gtk2/default.nix

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
fetchFromGitHub,
2+
fetchFromGitLab,
33
lib,
44
stdenv,
55
gtk2,
@@ -11,13 +11,14 @@
1111

1212
stdenv.mkDerivation {
1313
pname = "qt6gtk2";
14-
version = "0.2-unstable-2024-08-14";
14+
version = "0.5-unstable-2025-03-04";
1515

16-
src = fetchFromGitHub {
17-
owner = "trialuser02";
16+
src = fetchFromGitLab {
17+
domain = "opencode.net";
18+
owner = "trialuser";
1819
repo = "qt6gtk2";
19-
rev = "b574ba5b59edf5ce220ca304e1d07d75c94d03a2";
20-
hash = "sha256-2NzUmcNJBDUJqcBUF4yRO/mDqDf1Up1k9cuMxVUqe60=";
20+
rev = "d7c14bec2c7a3d2a37cde60ec059fc0ed4efee67";
21+
hash = "sha256-6xD0lBiGWC3PXFyM2JW16/sDwicw4kWSCnjnNwUT4PI=";
2122
};
2223

2324
buildInputs = [

0 commit comments

Comments
 (0)