Merge pull request #262094 from bobby285271/upd/xfce

xfce.xfce4-notifyd: 0.8.2 -> 0.9.2
This commit is contained in:
Bobby Rong 2023-10-20 21:29:49 +08:00 committed by GitHub
commit 306bbe45d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,12 @@
{ lib
, mkXfceDerivation
, dbus
, glib
, gtk3
, gtk-layer-shell
, libcanberra-gtk3
, libnotify
, libX11
, libxfce4ui
, libxfce4util
, sqlite
@ -14,15 +17,19 @@
mkXfceDerivation {
category = "apps";
pname = "xfce4-notifyd";
version = "0.8.2";
version = "0.9.2";
odd-unstable = false;
sha256 = "sha256-M8L2HWTuQDl/prD7s6uptkW4XDscpk6fc+epoxjFNS8=";
sha256 = "sha256-BHhz5LURXLeILxQ+iNQ+50yHd/oIF7twHAqxiBQ2hFE=";
buildInputs = [
dbus
gtk3
gtk-layer-shell
glib
libcanberra-gtk3
libnotify
libX11
libxfce4ui
libxfce4util
sqlite