From 11b3e643de14be40a6a8cf07281e77424acc734b Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 26 Mar 2023 10:53:36 +0800 Subject: [PATCH] xfce.xfce4-clipman-plugin: 1.6.2 -> 1.6.3 https://gitlab.xfce.org/panel-plugins/xfce4-clipman-plugin/-/compare/xfce4-clipman-plugin-1.6.2...xfce4-clipman-plugin-1.6.3 --- .../xfce/panel-plugins/xfce4-clipman-plugin/default.nix | 4 ++-- 1 file 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 0fd84aaba748..f86ab85f9ad7 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 ];