Unverified Commit 306bbe45 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #262094 from bobby285271/upd/xfce

xfce.xfce4-notifyd: 0.8.2 -> 0.9.2
parents 747ec7f5 fb8ebe74
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
{ 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