about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-02-04 11:21:22 +0800
committerrewine <luhongxu@deepin.org>2024-02-28 09:43:37 +0800
commit570e030e98e2f1c111ede79f6d7f682eb5fe9e8c (patch)
treebe3b96c9a4df63f4d6ffd9610787c8571c5c200d /pkgs/desktops
parentc54fafd71d7e430eb3db6c6c7138ace22e9ab552 (diff)
downloadnixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.tar
nixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.tar.gz
nixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.tar.bz2
nixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.tar.lz
nixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.tar.xz
nixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.tar.zst
nixlib-570e030e98e2f1c111ede79f6d7f682eb5fe9e8c.zip
qt5platform-plugins: 5.6.16 -> 5.6.22
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/library/qt5platform-plugins/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix b/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix
index 87d570ac011e..11a342e217fc 100644
--- a/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix
+++ b/pkgs/desktops/deepin/library/qt5platform-plugins/default.nix
@@ -1,7 +1,6 @@
 { stdenv
 , lib
 , fetchFromGitHub
-, fetchpatch
 , cmake
 , extra-cmake-modules
 , pkg-config
@@ -18,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "qt5platform-plugins";
-  version = "5.6.16";
+  version = "5.6.22";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    hash = "sha256-1/biT8wR44+sdOMhBW/8KMUSBDK/UxuEqsyjTZyjBT4=";
+    hash = "sha256-0XQ4s6xpFHoG6SC8RE8WVnbHH7qNeOYkhrYUkDEH8Dc=";
   };
 
   nativeBuildInputs = [
@@ -45,14 +44,6 @@ stdenv.mkDerivation rec {
     qtwayland
   ];
 
-  patches = [
-    (fetchpatch {
-      name = "use-ECM-to-help-dwayland-find-wayland.patch";
-      url = "https://github.com/linuxdeepin/qt5platform-plugins/commit/d7f6230716a0ff5ce34fc7d292ec0af5bbac30e4.patch";
-      hash = "sha256-RY2+QBR3OjUGBX4Y9oVvIRY90IH9rTOCg8dCddkB2WE=";
-    })
-  ];
-
   cmakeFlags = [
     "-DINSTALL_PATH=${placeholder "out"}/${qtbase.qtPluginPrefix}/platforms"
     "-DQT_XCB_PRIVATE_HEADERS=${qtbase.src}/src/plugins/platforms/xcb"