about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-03-29 10:31:09 +0800
committerBobby Rong <rjl931189261@126.com>2023-03-29 10:31:09 +0800
commitf94262af16a8fcf9ce46bf8755a4e3d879e58f52 (patch)
treedf502a2532969d5f0b527e578b82c47ddde1835c /pkgs/desktops
parentfed88087449ef8c2b9e2774c49c71fbb2c01944c (diff)
downloadnixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.tar
nixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.tar.gz
nixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.tar.bz2
nixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.tar.lz
nixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.tar.xz
nixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.tar.zst
nixlib-f94262af16a8fcf9ce46bf8755a4e3d879e58f52.zip
xfce.xfce4-session: 4.18.1 -> 4.18.2
https://gitlab.xfce.org/xfce/xfce4-session/-/compare/xfce4-session-4.18.1...xfce4-session-4.18.2
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/core/xfce4-session/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/xfce/core/xfce4-session/default.nix b/pkgs/desktops/xfce/core/xfce4-session/default.nix
index 116d4d574ac6..b4391f7645f8 100644
--- a/pkgs/desktops/xfce/core/xfce4-session/default.nix
+++ b/pkgs/desktops/xfce/core/xfce4-session/default.nix
@@ -3,9 +3,9 @@
 mkXfceDerivation {
   category = "xfce";
   pname = "xfce4-session";
-  version = "4.18.1";
+  version = "4.18.2";
 
-  sha256 = "sha256-mG+tyQ319fvQpitT6sb46R+8AF+3gxqPHMiGMAaqnSo=";
+  sha256 = "sha256-EyDMHGFjZWux7atpiUoCMmJIN2PGlF9h2L5qaFAzrKU=";
 
   buildInputs = [ exo gtk3 glib libxfce4ui libxfce4util libwnck xfconf polkit iceauth ];