summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-05-30 20:59:36 +0800
committerGitHub <noreply@github.com>2023-05-30 20:59:36 +0800
commite6b69f62575b2e848aeb82dde1bf63897b130053 (patch)
treed6a0cf93a448069b77cb21cc2e4c30730a94e270 /pkgs/desktops
parentf5fd09b37d2a3e0a7c01887d61e3321828d10c28 (diff)
parent4de1a6075961d555c9a35263ae1dbe90452ce862 (diff)
downloadnixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.tar
nixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.tar.gz
nixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.tar.bz2
nixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.tar.lz
nixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.tar.xz
nixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.tar.zst
nixpkgs-e6b69f62575b2e848aeb82dde1bf63897b130053.zip
Merge pull request #234970 from bobby285271/upd/xfce
xfce.xfce4-session: 4.18.2 -> 4.18.3
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/xfce/core/xfce4-session/default.nix30
1 files changed, 26 insertions, 4 deletions
diff --git a/pkgs/desktops/xfce/core/xfce4-session/default.nix b/pkgs/desktops/xfce/core/xfce4-session/default.nix
index b4391f7645f..2db20a2ee51 100644
--- a/pkgs/desktops/xfce/core/xfce4-session/default.nix
+++ b/pkgs/desktops/xfce/core/xfce4-session/default.nix
@@ -1,13 +1,35 @@
-{ lib, mkXfceDerivation, polkit, exo, libxfce4util, libxfce4ui, xfconf, iceauth, gtk3, glib, libwnck, xfce4-session }:
+{ lib
+, mkXfceDerivation
+, polkit
+, exo
+, libxfce4util
+, libxfce4ui
+, xfconf
+, iceauth
+, gtk3
+, glib
+, libwnck
+, xfce4-session
+}:
 
 mkXfceDerivation {
   category = "xfce";
   pname = "xfce4-session";
-  version = "4.18.2";
+  version = "4.18.3";
 
-  sha256 = "sha256-EyDMHGFjZWux7atpiUoCMmJIN2PGlF9h2L5qaFAzrKU=";
+  sha256 = "sha256-qCkE3aVYVwphoO1ZAyzpL1ZtsLaP6XT1H1rlFoBI3yg=";
 
-  buildInputs = [ exo gtk3 glib libxfce4ui libxfce4util libwnck xfconf polkit iceauth ];
+  buildInputs = [
+    exo
+    gtk3
+    glib
+    libxfce4ui
+    libxfce4util
+    libwnck
+    xfconf
+    polkit
+    iceauth
+  ];
 
   configureFlags = [ "--with-xsession-prefix=${placeholder "out"}" ];