lxqt-panel-profiles: 1.1 -> 1.2

This commit is contained in:
linuxissuper
2025-06-17 00:07:27 +02:00
parent d925ed6404
commit 77d339ad3d
@@ -13,14 +13,14 @@ let
in
stdenv.mkDerivation rec {
pname = "lxqt-panel-profiles";
version = "1.1";
version = "1.2";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "MrReplikant";
repo = "lxqt-panel-profiles";
rev = version;
hash = "sha256-YGjgTLodVTtDzP/SOEg+Ehf1LYggTnG1H1rN5m1jaNM=";
hash = "sha256-V76R3mWF/PgweMaDYTr6eJ3IDBsSJ8BSP5MYpKAWxM8=";
};
postPatch = ''
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
--replace-fail "python3" "${pythonWithPyqt6}/bin/python"
substituteInPlace usr/share/lxqt-panel-profiles/lxqt-panel-profiles.py \
--replace-fail "qdbus" "${qt6.qttools}/bin/qdbus"
--replace-fail "qdbus6" "${qt6.qttools}/bin/qdbus"
'';
installPhase = ''