mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #262094 from bobby285271/upd/xfce
xfce.xfce4-notifyd: 0.8.2 -> 0.9.2
This commit is contained in:
commit
306bbe45d8
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue