We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1018ba1 + b104846 commit 608f54aCopy full SHA for 608f54a
pkgs/tools/misc/qt6gtk2/default.nix
@@ -1,5 +1,5 @@
1
{
2
- fetchFromGitHub,
+ fetchFromGitLab,
3
lib,
4
stdenv,
5
gtk2,
@@ -11,13 +11,14 @@
11
12
stdenv.mkDerivation {
13
pname = "qt6gtk2";
14
- version = "0.2-unstable-2024-08-14";
+ version = "0.5-unstable-2025-03-04";
15
16
- src = fetchFromGitHub {
17
- owner = "trialuser02";
+ src = fetchFromGitLab {
+ domain = "opencode.net";
18
+ owner = "trialuser";
19
repo = "qt6gtk2";
- rev = "b574ba5b59edf5ce220ca304e1d07d75c94d03a2";
20
- hash = "sha256-2NzUmcNJBDUJqcBUF4yRO/mDqDf1Up1k9cuMxVUqe60=";
+ rev = "d7c14bec2c7a3d2a37cde60ec059fc0ed4efee67";
21
+ hash = "sha256-6xD0lBiGWC3PXFyM2JW16/sDwicw4kWSCnjnNwUT4PI=";
22
};
23
24
buildInputs = [
0 commit comments