about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-03-27 13:33:59 +0800
committerGitHub <noreply@github.com>2023-03-27 13:33:59 +0800
commit065936a31b8239a6c8dbf48a26673dc48d9eebd4 (patch)
treeea3acac0f6de109b95434ba6a17773ca20476991 /pkgs/desktops
parent9c7e5c7c532d88f194a96d7711c580b363e556b4 (diff)
parent11b3e643de14be40a6a8cf07281e77424acc734b (diff)
Merge pull request #223210 from bobby285271/upd/xfce.xfce4-clipman-plugin
xfce.xfce4-clipman-plugin: 1.6.2 -> 1.6.3
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
index 0fd84aaba7485..f86ab85f9ad70 100644
--- a/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
+++ b/pkgs/desktops/xfce/panel-plugins/xfce4-clipman-plugin/default.nix
@@ -3,8 +3,8 @@
 mkXfceDerivation {
   category = "panel-plugins";
   pname = "xfce4-clipman-plugin";
-  version = "1.6.2";
-  sha256 = "sha256-RpFVJSq/DxyA5ne1h+Nr3xfL+DTzg1cTqIDVOPC/pF4=";
+  version = "1.6.3";
+  sha256 = "sha256-tnpQRYLV48NxKsWDjVSmypx6X1bVbx2U5Q8kQaP0AW8=";
 
   buildInputs = [ libXtst libxfce4ui xfce4-panel xfconf ];