about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-09-20 20:00:54 +0800
committerrewine <luhongxu@deepin.org>2024-09-20 20:00:54 +0800
commit5c4f395609c98d042c69953dbe84ee98c2eb8d74 (patch)
tree0f7f0154b993bdfd50b497f44e060587ea5f77c3 /pkgs/desktops
parent05b03a54b072950ebc6aff5615c6335a1f3909f0 (diff)
deepin.dtk6core: 6.0.18 -> 6.0.19
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/deepin/library/dtk6core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/deepin/library/dtk6core/default.nix b/pkgs/desktops/deepin/library/dtk6core/default.nix
index 31bf59583c047..2e8b53dfa7f67 100644
--- a/pkgs/desktops/deepin/library/dtk6core/default.nix
+++ b/pkgs/desktops/deepin/library/dtk6core/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "dtk6core";
-  version = "6.0.18";
+  version = "6.0.19";
 
   src = fetchFromGitHub {
     owner = "linuxdeepin";
     repo = "dtk6core";
     rev = finalAttrs.version;
-    hash = "sha256-zyhqkxxWB5U37eBxINNxcbnF5NpImg+E7H1VhfJDz60=";
+    hash = "sha256-3MwvTnjtVVcMjQa1f4UdagEtWhJj8aDgfUlmnGo/R7s=";
   };
 
   patches = [