about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-03-29 09:53:13 +0800
committerBobby Rong <rjl931189261@126.com>2023-03-29 10:26:07 +0800
commitccc42e27f6db363fc948b4bd11c140038ecfaf36 (patch)
treeb7b5ac0fc10c1004d00bf3498efdf825c10f1885 /pkgs/desktops
parentfad6f1f185d2f376a65984e0f9fdc24463a9e9b7 (diff)
xfce.libxfce4ui: 4.18.2 -> 4.18.3
https://gitlab.xfce.org/xfce/libxfce4ui/-/compare/libxfce4ui-4.18.2...libxfce4ui-4.18.3
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/core/libxfce4ui/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/core/libxfce4ui/default.nix b/pkgs/desktops/xfce/core/libxfce4ui/default.nix
index 668d626f60b96..eef6fe0f72389 100644
--- a/pkgs/desktops/xfce/core/libxfce4ui/default.nix
+++ b/pkgs/desktops/xfce/core/libxfce4ui/default.nix
@@ -4,9 +4,9 @@
 mkXfceDerivation {
   category = "xfce";
   pname = "libxfce4ui";
-  version = "4.18.2";
+  version = "4.18.3";
 
-  sha256 = "sha256-h9D0boBCCC4txnSRc6VcdNbrm8D21LwE63Q/LsExFNE=";
+  sha256 = "sha256-Wb1nq744HDO4erJ2nJdFD0OMHVh14810TngN3FLFWIA=";
 
   nativeBuildInputs = [ gobject-introspection vala ];
   buildInputs =  [ gtk3 libstartup_notification libgtop libepoxy xfconf ];