about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-09-20 20:29:33 +0800
committerrewine <luhongxu@deepin.org>2024-09-20 20:29:33 +0800
commitc60f9823162a4dfa2b363ad01bacf8bb281343ff (patch)
treef4b1a21eecd2ccaab12048cf47f4f75658796fb8 /pkgs
parente7f2c184675395c5274955f219540314bce2c13f (diff)
deepin.qt6integration: 6.0.18 -> 6.0.19
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/deepin/library/qt6integration/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/deepin/library/qt6integration/default.nix b/pkgs/desktops/deepin/library/qt6integration/default.nix
index 07b93c85f74cb..19f6d5f936693 100644
--- a/pkgs/desktops/deepin/library/qt6integration/default.nix
+++ b/pkgs/desktops/deepin/library/qt6integration/default.nix
@@ -11,13 +11,13 @@
 
 stdenv.mkDerivation rec {
   pname = "qt6integration";
-  version = "6.0.18";
+  version = "6.0.19";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = pname;
     rev = version;
-    hash = "sha256-7FGOnAAcwOonpMDDukj88s1b4WmLJNu7MZSW7f7P44g=";
+    hash = "sha256-RVhAuEthrTE1QkRIKmBK4VM86frgAqLMJL31F11H8R8=";
   };
 
   nativeBuildInputs = [