mcontrolcenter: 0.4.1 -> 0.5.0 (#374333)

This commit is contained in:
Arne Keller 2025-01-26 16:26:24 +01:00 committed by GitHub
commit a90a018d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
lib,
stdenv,
libsForQt5,
qt6,
makeDesktopItem,
copyDesktopItems,
fetchFromGitHub,
@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mcontrolcenter";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "dmitry-s93";
repo = "MControlCenter";
rev = finalAttrs.version;
hash = "sha256-SV78OVRGzy2zFLT3xqeUtbjlh81Z97PVao18P3h/8dI=";
hash = "sha256-Gl+YnbUbwtwF2WHT39bIKh48qSIMe3fpzxgdvifR4DQ=";
};
postPatch = ''
@ -39,14 +39,14 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [
libsForQt5.wrapQtAppsHook
libsForQt5.qttools
qt6.wrapQtAppsHook
qt6.qttools
copyDesktopItems
cmake
];
buildInputs = [
libsForQt5.qtbase
qt6.qtbase
kmod
];