xfce4-13.xfce4-volumed-pulse: 0.2.2 -> 0.2.3 (#43704)

This commit is contained in:
volth 2018-07-18 21:36:24 +00:00 committed by xeji
parent 0f710bc8f6
commit 58327eb214

View File

@ -1,13 +1,13 @@
{ lib, mkXfceDerivation, gtk2, libnotify ? null, libpulseaudio, keybinder, xfconf }: { lib, mkXfceDerivation, gtk3, libnotify ? null, libpulseaudio, keybinder3, xfconf }:
mkXfceDerivation rec { mkXfceDerivation rec {
category = "apps"; category = "apps";
pname = "xfce4-volumed-pulse"; pname = "xfce4-volumed-pulse";
version = "0.2.2"; version = "0.2.3";
sha256 = "0ccb98b433lx5fgdqd3nqqppg4sldr5p1is6pnx85h9wyxx5svhp"; sha256 = "1rsjng9qmq7vzrx5bfxq76h63y501cfl1mksrxkf1x39by9r628j";
buildInputs = [ gtk2 libnotify libpulseaudio keybinder xfconf ]; buildInputs = [ gtk3 libnotify libpulseaudio keybinder3 xfconf ];
meta = with lib; { meta = with lib; {
license = licenses.gpl3Plus; license = licenses.gpl3Plus;