xfce.xfdesktop: 4.18.1 -> 4.20.0

https://gitlab.xfce.org/xfce/xfdesktop/-/compare/xfdesktop-4.18.1...xfdesktop-4.20.0
This commit is contained in:
Bobby Rong
2024-12-15 19:54:44 +08:00
parent 51c57ba743
commit 5dfe2259dc
+20 -4
View File
@@ -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
];