kdePackages.qt6gtk2: 0.5 -> 0.6
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "qt6gtk2";
|
pname = "qt6gtk2";
|
||||||
version = "0.5";
|
version = "0.6";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "opencode.net";
|
domain = "opencode.net";
|
||||||
owner = "trialuser";
|
owner = "trialuser";
|
||||||
repo = "qt6gtk2";
|
repo = "qt6gtk2";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-G2TQ4LU8Cmvd+u6/s1ugbUkZcRXHTBm3+ISY0g/5/60=";
|
hash = "sha256-RJybIm0HllnYaPfsnci+9ZCGvvL9F2MC7dDbiK+L7bU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "GTK+2.0 integration plugins for Qt6";
|
description = "GTK+2.0 integration plugins for Qt6";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
homepage = "https://github.com/trialuser02/qt6gtk2";
|
homepage = "https://www.opencode.net/trialuser/qt6gtk2";
|
||||||
maintainers = [ lib.maintainers.misterio77 ];
|
maintainers = [ lib.maintainers.misterio77 ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user