diff --git a/pkgs/desktops/xfce/core/xfdesktop/default.nix b/pkgs/desktops/xfce/core/xfdesktop/default.nix index ed36d2b92b73..ab6900c28e1f 100644 --- a/pkgs/desktops/xfce/core/xfdesktop/default.nix +++ b/pkgs/desktops/xfce/core/xfdesktop/default.nix @@ -1,21 +1,37 @@ -{ lib, mkXfceDerivation, exo, gtk3, libxfce4ui, libxfce4util, libwnck, xfconf, libnotify, garcon, thunar }: +{ + lib, + mkXfceDerivation, + exo, + gtk3, + libxfce4ui, + libxfce4util, + libxfce4windowing, + libyaml, + xfconf, + libnotify, + garcon, + gtk-layer-shell, + thunar, +}: mkXfceDerivation { category = "xfce"; pname = "xfdesktop"; - version = "4.18.1"; + version = "4.20.0"; - sha256 = "sha256-33G7X5kA3MCNJ9Aq9ZCafP0Qm/46iUmLFB8clhKwDz8="; + sha256 = "sha256-80g3lk1TkQI0fbYf2nXs36TrPlaGTHgH6k/TGOzRd3w="; buildInputs = [ exo gtk3 libxfce4ui libxfce4util - libwnck + libxfce4windowing + libyaml xfconf libnotify garcon + gtk-layer-shell thunar ];